DirectConnectGatewayAssociation
Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.
Contents
- allowedPrefixesToDirectConnectGateway
-
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
Type: Array of RouteFilterPrefix objects
Required: No
- associatedCoreNetwork
-
The ID of the Cloud WAN core network associated with the Direct Connect gateway attachment.
Type: AssociatedCoreNetwork object
Required: No
- associatedGateway
-
Information about the associated gateway.
Type: AssociatedGateway object
Required: No
- associationId
-
The ID of the Direct Connect gateway association.
Type: String
Required: No
- associationState
-
The state of the association. The following are the possible values:
-
associating
: The initial state after calling CreateDirectConnectGatewayAssociation. -
associated
: The Direct Connect gateway and virtual private gateway or transit gateway are successfully associated and ready to pass traffic. -
disassociating
: The initial state after calling DeleteDirectConnectGatewayAssociation. -
disassociated
: The virtual private gateway or transit gateway is disassociated from the Direct Connect gateway. Traffic flow between the Direct Connect gateway and virtual private gateway or transit gateway is stopped. -
updating
: The CIDR blocks for the virtual private gateway or transit gateway are currently being updated. This could be new CIDR blocks added or current CIDR blocks removed.
Type: String
Valid Values:
associating | associated | disassociating | disassociated | updating
Required: No
-
- directConnectGatewayId
-
The ID of the Direct Connect gateway.
Type: String
Required: No
- directConnectGatewayOwnerAccount
-
The ID of the AWS account that owns the associated gateway.
Type: String
Required: No
- stateChangeError
-
The error message if the state of an object failed to advance.
Type: String
Required: No
- virtualGatewayId
-
The ID of the virtual private gateway. Applies only to private virtual interfaces.
Type: String
Required: No
- virtualGatewayOwnerAccount
-
The ID of the AWS account that owns the virtual private gateway.
Type: String
Required: No
- virtualGatewayRegion
-
This member has been deprecated.
The AWS Region where the virtual private gateway 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: