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::DataZone::Connection AwsLocation
The location of a project.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AccessRole" :String, "AwsAccountId" :String, "AwsRegion" :String, "IamConnectionId" :String}
YAML
AccessRole:StringAwsAccountId:StringAwsRegion:StringIamConnectionId: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:
2048Update 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:
128Update requires: No interruption