AWS::Glue::Connection PhysicalConnectionRequirements - AWS CloudFormation

AWS::Glue::Connection PhysicalConnectionRequirements

Specifies the physical requirements for a connection.

Syntax

To declare this entity in your AWS 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