DirectConnectGatewayAttachment
Information about an attachment between a Direct Connect gateway and a virtual interface.
Contents
- attachmentState
-
The state of the attachment. The following are the possible values:
-
attaching
: The initial state after a virtual interface is created using the Direct Connect gateway. -
attached
: The Direct Connect gateway and virtual interface are attached and ready to pass traffic. -
detaching
: The initial state after calling DeleteVirtualInterface. -
detached
: The virtual interface is detached from the Direct Connect gateway. Traffic flow between the Direct Connect gateway and virtual interface is stopped.
Type: String
Valid Values:
attaching | attached | detaching | detached
Required: No
-
- attachmentType
-
The type of attachment.
Type: String
Valid Values:
TransitVirtualInterface | PrivateVirtualInterface
Required: No
- directConnectGatewayId
-
The ID of the Direct Connect gateway.
Type: String
Required: No
- stateChangeError
-
The error message if the state of an object failed to advance.
Type: String
Required: No
- virtualInterfaceId
-
The ID of the virtual interface.
Type: String
Required: No
- virtualInterfaceOwnerAccount
-
The ID of the AWS account that owns the virtual interface.
Type: String
Required: No
- virtualInterfaceRegion
-
The AWS Region where the virtual interface is located.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: