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-gyr5wj9zj0fg.deno.dev/v0.2/services/directconnect.ts";
interface CreateDirectConnectGatewayAssociationProposalRequest {
addAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | null;
directConnectGatewayId: string;
directConnectGatewayOwnerAccount: string;
gatewayId: string;
removeAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | null;
}

§Properties

§
addAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | null
[src]
§
directConnectGatewayId: string
[src]
§
directConnectGatewayOwnerAccount: string
[src]
§
gatewayId: string
[src]
§
removeAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | null
[src]