AWS::Route53Resolver::ResolverConfig
A complex type that contains information about a Resolver configuration for a VPC.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Route53Resolver::ResolverConfig", "Properties" : { "AutodefinedReverseFlag" :String, "ResourceId" :String} }
YAML
Type: AWS::Route53Resolver::ResolverConfig Properties: AutodefinedReverseFlag:StringResourceId:String
Properties
AutodefinedReverseFlag-
Represents the desired status of
AutodefinedReverse. The only supported value on creation isDISABLE. Deletion of this resource will returnAutodefinedReverseto its default value ofENABLED.Required: Yes
Type: String
Update requires: Replacement
ResourceId-
The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
Required: Yes
Type: String
Minimum:
1Maximum:
64Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the ResolverConfiguration ID.
For more information about using the Reffunction, see Ref.
Fn::GetAtt
The Fn::GetAttintrinsic 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::GetAttintrinsic function, see Fn::GetAtt.