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: 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 congfiguration.
Required: Yes
Type: String
Allowed values:
IPV4 | IPV6 | DUALSTACK
Update requires: No interruption