class Aws::Glue::Types::PhysicalConnectionRequirements

Specifies the physical requirements for a connection.

@note When making an API call, you may pass PhysicalConnectionRequirements

data as a hash:

    {
      subnet_id: "NameString",
      security_group_id_list: ["NameString"],
      availability_zone: "NameString",
    }

@!attribute [rw] subnet_id

The subnet ID used by the connection.
@return [String]

@!attribute [rw] security_group_id_list

The security group ID list used by the connection.
@return [Array<String>]

@!attribute [rw] availability_zone

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/PhysicalConnectionRequirements AWS API Documentation

Constants

SENSITIVE