Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface NewPublicVirtualInterfaceAllocation

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

Hierarchy

  • NewPublicVirtualInterfaceAllocation

Properties

addressFamily?: string

The address family for the BGP peer.

amazonAddress?: string

The IP address assigned to the Amazon interface.

asn: undefined | number

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

The valid values are 1-2147483647.

authKey?: string

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

The IP address assigned to the customer interface.

routeFilterPrefixes?: RouteFilterPrefix[]

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

tags?: Tag[]

The tags associated with the public virtual interface.

virtualInterfaceName: undefined | string

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: undefined | number

The ID of the VLAN.