AWS::VpcLattice::ResourceConfiguration DnsResource - 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::VpcLattice::ResourceConfiguration DnsResource

The domain name of the resource configuration.

Syntax

To declare this entity in your Amazon 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.

Required: Yes

Type: String

Allowed values: IPV4 | IPV6 | DUALSTACK

Update requires: No interruption