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.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface CreateDirectConnectGatewayAssociationRequest {
addAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[] | null;
directConnectGatewayId: string;
gatewayId?: string | null;
virtualGatewayId?: string | null;
}

§Properties

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

The Amazon VPC prefixes to advertise to the Direct Connect gateway

This parameter is required when you create an association to a transit gateway.

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

§
directConnectGatewayId: string
[src]

The ID of the Direct Connect gateway.

§
gatewayId?: string | null
[src]

The ID of the virtual private gateway or transit gateway.

§
virtualGatewayId?: string | null
[src]

The ID of the virtual private gateway.