Struct aws_sdk_route53resolver::model::ResolverRuleConfig [−][src]
#[non_exhaustive]pub struct ResolverRuleConfig {
pub name: Option<String>,
pub target_ips: Option<Vec<TargetAddress>>,
pub resolver_endpoint_id: Option<String>,
}
Expand description
In an UpdateResolverRule request, information about the changes that you want to make.
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.name: Option<String>
The new name for the Resolver rule. The name that you specify appears in the Resolver dashboard in the Route 53 console.
target_ips: Option<Vec<TargetAddress>>
For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.
resolver_endpoint_id: Option<String>
The ID of the new outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify in
TargetIps
.
Implementations
The new name for the Resolver rule. The name that you specify appears in the Resolver dashboard in the Route 53 console.
For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.
The ID of the new outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify in
TargetIps
.
Creates a new builder-style object to manufacture ResolverRuleConfig
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 ResolverRuleConfig
impl Send for ResolverRuleConfig
impl Sync for ResolverRuleConfig
impl Unpin for ResolverRuleConfig
impl UnwindSafe for ResolverRuleConfig
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