Class: Aws::Route53Resolver::Types::UpdateResolverConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::UpdateResolverConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#autodefined_reverse_flag ⇒ String
Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups.
-
#resource_id ⇒ String
Resource ID of the Amazon VPC that you want to update the Resolver configuration for.
Instance Attribute Details
#autodefined_reverse_flag ⇒ String
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][2
-
in the *Amazon EC2 guide* and
the blog [EC2-Classic Networking is Retiring – Here’s How to Prepare].
<note markdown=“1”> It can take some time for the status change to be completed.
</note>
[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html [2]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html [3]: aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/
5416 5417 5418 5419 5420 5421 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5416 class UpdateResolverConfigRequest < Struct.new( :resource_id, :autodefined_reverse_flag) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Resource ID of the Amazon VPC that you want to update the Resolver configuration for.
5416 5417 5418 5419 5420 5421 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5416 class UpdateResolverConfigRequest < Struct.new( :resource_id, :autodefined_reverse_flag) SENSITIVE = [] include Aws::Structure end |