Hierarchy

  • VpnConnectionProps

Properties

amazonIpv4NetworkCidr?: string

Amazon-side IPv4 CIDR

customResourceHandler?: IFunction

If advanced VPN options are enabled, a custom resource handler to maintain the resource

customerGatewayId: string

Identifier of the Customer Gateway

customerIpv4NetworkCidr?: string

Customer-side IPv4 CIDR

enableVpnAcceleration?: boolean

Enable VPN acceleration

name: string

Name of the VPN Connection

owningAccountId?: string

The owning account ID, if the VPN tunnel needs to be created cross-account

owningRegion?: string

The owning region, if the VPN tunnel needs to be created cross-region

roleName?: string

The role name to assume if creating a cross-account VPN

staticRoutesOnly?: boolean

Determine if static routes will be used or dynamic for the VPN Connection.

tags?: CfnTag[]

The array of tag values to add onto the VPN Connection.

transitGatewayId?: string

The name of the Transit Gateway to terminate the VPN Connection.

virtualPrivateGateway?: string

The name of the Virtual Private Gateway to terminate the VPN Connection.

vpnTunnelOptionsSpecifications?: VpnTunnelOptionsSpecifications[]

The optional configuration of the VPN Tunnels of a VPN Connection

Generated using TypeDoc