AWS::DataZone::Connection AwsLocation - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::DataZone::Connection AwsLocation

The location of a project.

Syntax

To declare this entity in your 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(/[a-zA-Z0-9+=,.@_-]+)*/[a-zA-Z0-9+=,.@_-]+$

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