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

DeleteDirectConnectGatewayAssociationRequest

import type { DeleteDirectConnectGatewayAssociationRequest } from "https://aws-api.deno.dev/v0.4/services/directconnect.ts?docs=full";
interface DeleteDirectConnectGatewayAssociationRequest {
associationId?: string | null;
directConnectGatewayId?: string | null;
virtualGatewayId?: string | null;
}

§Properties

§
associationId?: string | null
[src]

The ID of the Direct Connect gateway association.

§
directConnectGatewayId?: string | null
[src]

The ID of the Direct Connect gateway.

§
virtualGatewayId?: string | null
[src]

The ID of the virtual private gateway.