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

NewPublicVirtualInterfaceAllocation

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

Information about a public virtual interface to be provisioned on a connection.

interface NewPublicVirtualInterfaceAllocation {
addressFamily?: AddressFamily | null;
amazonAddress?: string | null;
asn: number;
authKey?: string | null;
customerAddress?: string | null;
routeFilterPrefixes?: RouteFilterPrefix[] | null;
tags?: Tag[] | null;
virtualInterfaceName: string;
vlan: number;
}

§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
[src]

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

The valid values are 1-2147483647.

§
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.

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

The routes to be advertised to the Amazon Web Services network in this Region. Applies to public virtual interfaces.

§
tags?: Tag[] | null
[src]

The tags associated with the public virtual interface.

§
virtualInterfaceName: string
[src]

The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).

§
vlan: number
[src]

The ID of the VLAN.