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

Identifies the resource configuration in one of the following ways:

  • Amazon Resource Name (ARN) - Supported resource-types that are provisioned by Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "ArnResource" : String, "DnsResource" : DnsResource, "IpResource" : String }

Properties

ArnResource

The Amazon Resource Name (ARN) of the resource configuration. For the ARN syntax and format, see ARN format in the Amazon Identity and Access Management user guide.

Required: No

Type: String

Pattern: ^arn.*

Maximum: 1224

Update requires: No interruption

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: 4

Maximum: 39

Update requires: No interruption