Struct aws_sdk_route53resolver::operation::update_resolver_config::UpdateResolverConfigInput
source · #[non_exhaustive]pub struct UpdateResolverConfigInput { /* private fields */ }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.
source§impl UpdateResolverConfigInput
impl UpdateResolverConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResolverConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateResolverConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateResolverConfig>
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<UpdateResolverConfigInput> for UpdateResolverConfigInput
impl PartialEq<UpdateResolverConfigInput> 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 ==.