AWS::Glue::Connection PhysicalConnectionRequirements - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String SecurityGroupIdList: - String SubnetId: 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

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*

Minimum: 1

Maximum: 255

Update requires: No interruption

SecurityGroupIdList

The security group ID list used by the connection.

Required: No

Type: Array of String

Minimum: 0

Maximum: 50

Update requires: No interruption

SubnetId

The subnet ID used by the connection.

Required: No

Type: String

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*

Minimum: 1

Maximum: 255

Update requires: No interruption