AWS::VpcLattice::ResourceConfiguration DnsResource - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::VpcLattice::ResourceConfiguration DnsResource

The domain name of the resource configuration.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "DomainName" : String, "IpAddressType" : String }

YAML

DomainName: String IpAddressType: String

Properties

DomainName

The domain name of the resource configuration.

Required: Yes

Type: String

Minimum: 3

Maximum: 255

Update requires: No interruption

IpAddressType

The IP address type for the resource configuration. Dualstack is not currently supported.

Required: Yes

Type: String

Allowed values: IPV4 | IPV6 | DUALSTACK

Update requires: No interruption