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

CreateDirectConnectGatewayAssociationRequest

import type { CreateDirectConnectGatewayAssociationRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/directconnect.ts";
interface CreateDirectConnectGatewayAssociationRequest {
addAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | null;
directConnectGatewayId: string;
gatewayId?: string | null;
virtualGatewayId?: string | null;
}

§Properties

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