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

NewPrivateVirtualInterface

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

Information about a private virtual interface.

interface NewPrivateVirtualInterface {
addressFamily?: AddressFamily | null;
amazonAddress?: string | null;
asn: number;
authKey?: string | null;
customerAddress?: string | null;
directConnectGatewayId?: string | null;
enableSiteLink?: boolean | null;
mtu?: number | null;
tags?: Tag[] | null;
virtualGatewayId?: string | 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.

§
directConnectGatewayId?: string | null
[src]

The ID of the Direct Connect gateway.

§
mtu?: number | null
[src]

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

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

The tags associated with the private virtual interface.

§
virtualGatewayId?: string | null
[src]

The ID of the virtual private gateway.

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