NAME
Paws::DirectConnect::Connection
ATTRIBUTES
AwsDevice => Str
The Direct Connect endpoint on which the physical connection terminates.
AwsDeviceV2 => Str
The Direct Connect endpoint on which the physical connection terminates.
Bandwidth => Str
The bandwidth of the connection.
ConnectionId => Str
The ID of the connection.
ConnectionName => Str
The name of the connection.
ConnectionState => Str
The state of the connection. The following are the possible values:
ordering
: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.requested
: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.pending
: The connection has been approved and is being initialized.available
: The network link is up and the connection is ready for use.down
: The network link is down.deleting
: The connection is being deleted.deleted
: The connection has been deleted.rejected
: A hosted connection in theordering
state enters therejected
state if it is deleted by the customer.unknown
: The state of the connection is not available.
Valid values are: "ordering"
, "requested"
, "pending"
, "available"
, "down"
, "deleting"
, "deleted"
, "rejected"
, "unknown"
=head2 EncryptionMode => Str
The MAC Security (MACsec) connection encryption mode.
The valid values are no_encrypt
, should_encrypt
, and must_encrypt
.
HasLogicalRedundancy => Str
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
Valid values are: "unknown"
, "yes"
, "no"
=head2 JumboFrameCapable => Bool
Indicates whether jumbo frames (9001 MTU) are supported.
LagId => Str
The ID of the LAG.
LoaIssueTime => Str
The time of the most recent call to DescribeLoa for this connection.
Location => Str
The location of the connection.
MacSecCapable => Bool
Indicates whether the connection supports MAC Security (MACsec).
MacSecKeys => ArrayRef[Paws::DirectConnect::MacSecKey]
The MAC Security (MACsec) security keys associated with the connection.
OwnerAccount => Str
The ID of the AWS account that owns the connection.
PartnerName => Str
The name of the AWS Direct Connect service provider associated with the connection.
PortEncryptionStatus => Str
The MAC Security (MACsec) port link status of the connection.
The valid values are Encryption Up
, which means that there is an active Connection Key Name, or Encryption Down
.
ProviderName => Str
The name of the service provider associated with the connection.
Region => Str
The AWS Region where the connection is located.
Tags => ArrayRef[Paws::DirectConnect::Tag]
The tags associated with the connection.
Vlan => Int
The ID of the VLAN.