Class: Aws::Route53Resolver::Types::ResolverConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ResolverConfig
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
A complex type that contains information about a Resolver configuration for a VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#autodefined_reverse ⇒ String
The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups.
-
#id ⇒ String
ID for the Resolver configuration.
-
#owner_id ⇒ String
The owner account ID of the Amazon Virtual Private Cloud VPC.
-
#resource_id ⇒ String
The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
Instance Attribute Details
#autodefined_reverse ⇒ String
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:
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.
3995 3996 3997 3998 3999 4000 4001 4002 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3995 class ResolverConfig < Struct.new( :id, :resource_id, :owner_id, :autodefined_reverse) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
ID for the Resolver configuration.
3995 3996 3997 3998 3999 4000 4001 4002 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3995 class ResolverConfig < Struct.new( :id, :resource_id, :owner_id, :autodefined_reverse) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The owner account ID of the Amazon Virtual Private Cloud VPC.
3995 3996 3997 3998 3999 4000 4001 4002 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3995 class ResolverConfig < Struct.new( :id, :resource_id, :owner_id, :autodefined_reverse) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
3995 3996 3997 3998 3999 4000 4001 4002 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3995 class ResolverConfig < Struct.new( :id, :resource_id, :owner_id, :autodefined_reverse) SENSITIVE = [] include Aws::Structure end |