You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::PhysicalConnectionRequirements

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PhysicalConnectionRequirements as input to an Aws::Client method, you can use a vanilla Hash:

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

Specifies the physical requirements for a connection.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

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.

Returns:

  • (String)

    The connection\'s Availability Zone.

#security_group_id_listArray<String>

The security group ID list used by the connection.

Returns:

  • (Array<String>)

    The security group ID list used by the connection.

#subnet_idString

The subnet ID used by the connection.

Returns:

  • (String)

    The subnet ID used by the connection.