AWS Glue Connection PhysicalConnectionRequirements
The
PhysicalConnectionRequirements property type specifies the physical connection requirements that are needed to make
an AWS Glue connection, such as VPC and SecurityGroup.
PhysicalConnectionRequirements is a property of the AWS Glue Connection ConnectionInput property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AvailabilityZone" :String, "SecurityGroupIdList" : [String, ... ], "SubnetId" :String}
YAML
AvailabilityZone:StringSecurityGroupIdList: -StringSubnetId:String
Properties
For more information, see PhysicalConnectionRequirements Structure in the AWS Glue Developer Guide.
AvailabilityZone-
The connection's Availability Zone. It must match the single-line string pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Required: Yes
Type: String
Update requires: No interruption
SecurityGroupIdList-
A list of UTF-8 strings that specify the security group IDs that are used by the connection.
Required: Yes
Type: List of String values
Update requires: No interruption
SubnetId-
The subnet ID that's used by the connection. It must match the single-line string pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Required: Yes
Type: String
Update requires: No interruption
