This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "DomainName" :String, "IpAddressType" :String}
YAML
DomainName:StringIpAddressType:String
Properties
- DomainName
- 
                    The domain name of the resource configuration. Required: Yes Type: String Minimum: 3Maximum: 255Update 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 | DUALSTACKUpdate requires: No interruption