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
- Struct
- Aws::Glue::Types::PhysicalConnectionRequirements
- 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
-
#availability_zone ⇒ String
The connection\'s Availability Zone.
-
#security_group_id_list ⇒ Array<String>
The security group ID list used by the connection.
-
#subnet_id ⇒ String
The subnet ID used by the connection.
Instance Attribute Details
#availability_zone ⇒ String
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.
#security_group_id_list ⇒ Array<String>
The security group ID list used by the connection.
#subnet_id ⇒ String
The subnet ID used by the connection.