Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DirectConnectGatewayAssociationProposal

import type { DirectConnectGatewayAssociationProposal } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";

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

interface DirectConnectGatewayAssociationProposal {
associatedGateway?: AssociatedGateway | null;
directConnectGatewayId?: string | null;
directConnectGatewayOwnerAccount?: string | null;
existingAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | null;
proposalId?: string | null;
requestedAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | null;
}

§Properties

§
associatedGateway?: AssociatedGateway | null
[src]

Information about the associated gateway.

§
directConnectGatewayId?: string | null
[src]

The ID of the Direct Connect gateway.

§
directConnectGatewayOwnerAccount?: string | null
[src]

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

§
existingAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | null
[src]

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

§
proposalId?: string | null
[src]

The ID of the association proposal.

§

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[] | null
[src]

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