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

CreateDirectConnectGatewayAssociationProposalRequest

import type { CreateDirectConnectGatewayAssociationProposalRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface CreateDirectConnectGatewayAssociationProposalRequest {
addAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | null;
directConnectGatewayId: string;
directConnectGatewayOwnerAccount: string;
gatewayId: string;
removeAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | null;
}

§Properties

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

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

§
directConnectGatewayId: string
[src]

The ID of the Direct Connect gateway.

§
directConnectGatewayOwnerAccount: string
[src]

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

§
gatewayId: string
[src]

The ID of the virtual private gateway or transit gateway.

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

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