Hierarchy

  • VirtualInterfaceProps

Properties

acceleratorPrefix: string

Accelerator Prefix

addressFamily?: string

The address family to use for this virtual interface

Default - 'ipv4'

amazonAddress?: string

The Amazon side peer IP address to use for this virtual interface

connectionId: string

The Direct Connect connection ID the virtual interface will be created on

customerAddress?: string

The customer side peer IP address to use for this virtual interface

customerAsn: number

The Border Gateway Protocol (BGP) autonomous system number (ASN) of the customer router

directConnectGatewayId?: string

The Direct connect Gateway ID to attach the virtual interface to.

enableSiteLink?: boolean

Enable SiteLink for this virtual interface.

Default - false

interfaceName: string

The name of the virtual interface.

jumboFrames?: boolean

Whether to enable jumbo frames for the virtual interface

Default - false

kmsKey?: IKey

Custom resource lambda log group encryption key, when undefined default AWS managed key will be used

logRetentionInDays: number

Custom resource lambda log retention in days

ownerAccount?: string

The owner account of the virtual interface (used for allocations)

region: string

The region of the virtual interface

tags?: CfnTag[]

An array of tags for the virtual interface

type: string

The type of Direct Connect virtual interface

vlan: number

The virtual local area network (VLAN) tag of the virtual interface

Generated using TypeDoc