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

NewBGPPeer

import type { NewBGPPeer } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";

Information about a new BGP peer.

interface NewBGPPeer {
addressFamily?: AddressFamily | null;
amazonAddress?: string | null;
asn?: number | null;
authKey?: string | null;
customerAddress?: string | null;
}

§Properties

§
addressFamily?: AddressFamily | null
[src]

The address family for the BGP peer.

§
amazonAddress?: string | null
[src]

The IP address assigned to the Amazon interface.

§
asn?: number | null
[src]

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

§
authKey?: string | null
[src]

The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.

§
customerAddress?: string | null
[src]

The IP address assigned to the customer interface.