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

AcceptDirectConnectGatewayAssociationProposalRequest

import type { AcceptDirectConnectGatewayAssociationProposalRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface AcceptDirectConnectGatewayAssociationProposalRequest {
associatedGatewayOwnerAccount: string;
directConnectGatewayId: string;
overrideAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | null;
proposalId: string;
}

§Properties

§
associatedGatewayOwnerAccount: string
[src]

The ID of the Amazon Web Services account that owns the virtual private gateway or transit gateway.

§
directConnectGatewayId: string
[src]

The ID of the Direct Connect gateway.

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

Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway.

For information about how to set the prefixes, see Allowed Prefixes in the Direct Connect User Guide.

§
proposalId: string
[src]

The ID of the request proposal.