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

UpdateDirectConnectGatewayAssociationRequest

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

§Properties

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

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

§
associationId?: string | null
[src]

The ID of the Direct Connect gateway association.

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

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