Struct aws_sdk_route53resolver::operation::update_resolver_config::UpdateResolverConfigInput
source · #[non_exhaustive]pub struct UpdateResolverConfigInput {
pub resource_id: Option<String>,
pub autodefined_reverse_flag: Option<AutodefinedReverseFlag>,
}
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.resource_id: Option<String>
Resource ID of the Amazon VPC that you want to update the Resolver configuration for.
autodefined_reverse_flag: Option<AutodefinedReverseFlag>
Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide.
We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 guide and the blog EC2-Classic Networking is Retiring – Here’s How to Prepare.
It can take some time for the status change to be completed.
Implementations§
source§impl UpdateResolverConfigInput
impl UpdateResolverConfigInput
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
Resource ID of the Amazon VPC that you want to update the Resolver configuration for.
sourcepub fn autodefined_reverse_flag(&self) -> Option<&AutodefinedReverseFlag>
pub fn autodefined_reverse_flag(&self) -> Option<&AutodefinedReverseFlag>
Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide.
We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 guide and the blog EC2-Classic Networking is Retiring – Here’s How to Prepare.
It can take some time for the status change to be completed.
source§impl UpdateResolverConfigInput
impl UpdateResolverConfigInput
sourcepub fn builder() -> UpdateResolverConfigInputBuilder
pub fn builder() -> UpdateResolverConfigInputBuilder
Creates a new builder-style object to manufacture UpdateResolverConfigInput
.
Trait Implementations§
source§impl Clone for UpdateResolverConfigInput
impl Clone for UpdateResolverConfigInput
source§fn clone(&self) -> UpdateResolverConfigInput
fn clone(&self) -> UpdateResolverConfigInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateResolverConfigInput
impl Debug for UpdateResolverConfigInput
source§impl PartialEq for UpdateResolverConfigInput
impl PartialEq for UpdateResolverConfigInput
source§fn eq(&self, other: &UpdateResolverConfigInput) -> bool
fn eq(&self, other: &UpdateResolverConfigInput) -> bool
self
and other
values to be equal, and is used
by ==
.