class Aws::DirectConnect::Types::DirectConnectGatewayAssociationProposal

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

@!attribute [rw] proposal_id

The ID of the association proposal.
@return [String]

@!attribute [rw] direct_connect_gateway_id

The ID of the Direct Connect gateway.
@return [String]

@!attribute [rw] direct_connect_gateway_owner_account

The ID of the account that owns the Direct Connect gateway.
@return [String]

@!attribute [rw] proposal_state

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.
@return [String]

@!attribute [rw] associated_gateway

Information about the associated gateway.
@return [Types::AssociatedGateway]

@!attribute [rw] existing_allowed_prefixes_to_direct_connect_gateway

The existing Amazon VPC prefixes advertised to the Direct Connect
gateway.
@return [Array<Types::RouteFilterPrefix>]

@!attribute [rw] requested_allowed_prefixes_to_direct_connect_gateway

The Amazon VPC prefixes to advertise to the Direct Connect gateway.
@return [Array<Types::RouteFilterPrefix>]

@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DirectConnectGatewayAssociationProposal AWS API Documentation

Constants

SENSITIVE