AWS::Glue::Connection PhysicalConnectionRequirements
Specifies the physical requirements for a connection.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AvailabilityZone" :String, "SecurityGroupIdList" :[ String, ... ], "SubnetId" :String}
YAML
AvailabilityZone:StringSecurityGroupIdList:- StringSubnetId:String
Properties
AvailabilityZone-
The connection's Availability Zone. This field is redundant because the specified subnet implies the Availability Zone to be used. Currently the field must be populated, but it will be deprecated in the future.
Required: No
Type: String
Minimum:
1Maximum:
255Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Update requires: No interruption
SecurityGroupIdList-
The security group ID list used by the connection.
Required: No
Type: List of String
Maximum:
50Update requires: No interruption
SubnetId-
The subnet ID used by the connection.
Required: No
Type: String
Minimum:
1Maximum:
255Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Update requires: No interruption