AWS::DataZone::Connection AwsLocation - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::DataZone::Connection AwsLocation

The location of a project.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AccessRole" : String, "AwsAccountId" : String, "AwsRegion" : String, "IamConnectionId" : String }

YAML

AccessRole: String AwsAccountId: String AwsRegion: String IamConnectionId: String

Properties

AccessRole

The access role of a connection.

Required: No

Type: String

Pattern: ^arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*$

Maximum: 2048

Update requires: No interruption

AwsAccountId

The account ID of a connection.

Required: No

Type: String

Pattern: ^\d{12}$

Update requires: No interruption

AwsRegion

The Region of a connection.

Required: No

Type: String

Pattern: ^[a-z]{2}-[a-z]{4,10}-\d$

Update requires: No interruption

IamConnectionId

The IAM connection ID of a connection.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9]+$

Maximum: 128

Update requires: No interruption