Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface DirectConnectGatewayAssociationProposal

Information about the proposal request to attach a virtual private gateway to a Direct Connect gateway.

Hierarchy

  • DirectConnectGatewayAssociationProposal

Properties

associatedGateway?: AssociatedGateway

Information about the associated gateway.

directConnectGatewayId?: string

The ID of the Direct Connect gateway.

directConnectGatewayOwnerAccount?: string

The ID of the Amazon Web Services account that owns the Direct Connect gateway.

existingAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[]

The existing Amazon VPC prefixes advertised to the Direct Connect gateway.

proposalId?: string

The ID of the association proposal.

proposalState?: string

The state of the proposal. The following are possible values:

  • accepted: The proposal has been accepted. The Direct Connect gateway association is available to use in this state.

  • deleted: The proposal has been deleted by the owner that made the proposal. The Direct Connect gateway association cannot be used in this state.

  • requested: The proposal has been requested. The Direct Connect gateway association cannot be used in this state.

requestedAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[]

The Amazon VPC prefixes to advertise to the Direct Connect gateway.