AWS::Route53Resolver::ResolverConfig
A complex type that contains information about a Resolver configuration for a VPC.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Route53Resolver::ResolverConfig", "Properties" : { "AutodefinedReverseFlag" :
String
, "ResourceId" :String
} }
YAML
Type: AWS::Route53Resolver::ResolverConfig Properties: AutodefinedReverseFlag:
String
ResourceId:String
Properties
AutodefinedReverseFlag
-
Represents the desired status of
AutodefinedReverse
. The only supported value on creation isDISABLE
. Deletion of this resource will returnAutodefinedReverse
to its default value ofENABLED
.Required: Yes
Type: String
Allowed values:
DISABLE
Update requires: Replacement
ResourceId
-
The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
Required: Yes
Type: String
Minimum:
1
Maximum:
64
Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the ResolverConfiguration
ID.
For more information about using the Ref
function, see Ref
.
Fn::GetAtt
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt
intrinsic function, see Fn::GetAtt
.
AutodefinedReverse
-
The status of whether or not the Route 53 Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default.
Id
-
ID for the Route 53 Resolver configuration.
OwnerId
-
The owner account ID of the Amazon Virtual Private Cloud VPC.