AWS::Route53Resolver::ResolverConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String ResourceId: String

Properties

AutodefinedReverseFlag

Represents the desired status of AutodefinedReverse. The only supported value on creation is DISABLE. Deletion of this resource will return AutodefinedReverse to its default value of ENABLED.

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.