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 PhysicalConnectionRequirements
The PhysicalConnectionRequirements property type specifies Property description not available. for an AWS::DataZone::Connection.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AvailabilityZone" :String, "SecurityGroupIdList" :[ String, ... ], "SubnetId" :String, "SubnetIdList" :[ String, ... ]}
YAML
AvailabilityZone:StringSecurityGroupIdList:- StringSubnetId:StringSubnetIdList:- String
Properties
AvailabilityZoneProperty description not available.
Required: No
Type: String
Minimum:
1Maximum:
255Update requires: No interruption
SecurityGroupIdListProperty description not available.
Required: No
Type: Array of String
Minimum:
1 | 0Maximum:
255 | 50Update requires: No interruption
SubnetIdProperty description not available.
Required: No
Type: String
Pattern:
^subnet-[a-z0-9]+$Maximum:
32Update requires: No interruption
SubnetIdListProperty description not available.
Required: No
Type: Array of String
Minimum:
1Maximum:
32 | 50Update requires: No interruption