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 ResourceConfigurationDefinition
Identifies the resource configuration in one of the following ways:
- 
                    
Amazon Resource Name (ARN) - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
 - 
                    
Domain name - Any domain name that is publicly resolvable.
 - 
                    
IP address - For IPv4 and IPv6, only IP addresses in the VPC are supported.
 
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ArnResource" :String, "DnsResource" :DnsResource, "IpResource" :String}
YAML
ArnResource:StringDnsResource:DnsResourceIpResource:String
Properties
ArnResource- 
                    
The Amazon Resource Name (ARN) of the resource configuration. For the ARN syntax and format, see ARN format in the AWS Identity and Access Management user guide.
Required: No
Type: String
Pattern:
^arn.*Maximum:
1224Update requires: Updates are not supported.
 DnsResource- 
                    
The DNS name of the resource configuration.
Required: No
Type: DnsResource
Update requires: No interruption
 IpResource- 
                    
The IP address of the resource configuration.
Required: No
Type: String
Minimum:
4Maximum:
39Update requires: No interruption