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

DeleteBGPPeerRequest

import type { DeleteBGPPeerRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface DeleteBGPPeerRequest {
asn?: number | null;
bgpPeerId?: string | null;
customerAddress?: string | null;
virtualInterfaceId?: string | null;
}

§Properties

§
asn?: number | null
[src]

The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

§
bgpPeerId?: string | null
[src]

The ID of the BGP peer.

§
customerAddress?: string | null
[src]

The IP address assigned to the customer interface.

§
virtualInterfaceId?: string | null
[src]

The ID of the virtual interface.