Struct aws_sdk_route53resolver::model::ResolverConfig [−][src]
#[non_exhaustive]pub struct ResolverConfig {
pub id: Option<String>,
pub resource_id: Option<String>,
pub owner_id: Option<String>,
pub autodefined_reverse: Option<ResolverAutodefinedReverseStatus>,
}
Expand description
A complex type that contains information about a Resolver configuration for a VPC.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.id: Option<String>
ID for the Resolver configuration.
resource_id: Option<String>
The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
owner_id: Option<String>
The owner account ID of the Amazon Virtual Private Cloud VPC.
autodefined_reverse: Option<ResolverAutodefinedReverseStatus>
The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. The status can be one of following:
Status of the rules generated by VPCs based on CIDR/Region for reverse DNS resolution. The status can be one of following:
-
ENABLING: Autodefined rules for reverse DNS lookups are being enabled but are not complete.
-
ENABLED: Autodefined rules for reverse DNS lookups are enabled.
-
DISABLING: Autodefined rules for reverse DNS lookups are being disabled but are not complete.
-
DISABLED: Autodefined rules for reverse DNS lookups are disabled.
Implementations
The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
The owner account ID of the Amazon Virtual Private Cloud VPC.
The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. The status can be one of following:
Status of the rules generated by VPCs based on CIDR/Region for reverse DNS resolution. The status can be one of following:
-
ENABLING: Autodefined rules for reverse DNS lookups are being enabled but are not complete.
-
ENABLED: Autodefined rules for reverse DNS lookups are enabled.
-
DISABLING: Autodefined rules for reverse DNS lookups are being disabled but are not complete.
-
DISABLED: Autodefined rules for reverse DNS lookups are disabled.
Creates a new builder-style object to manufacture ResolverConfig
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ResolverConfig
impl Send for ResolverConfig
impl Sync for ResolverConfig
impl Unpin for ResolverConfig
impl UnwindSafe for ResolverConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more