NetworkConfig / VpcConfig / VirtualPrivateGatewayConfig

Virtual Private Gateway Configuration. Used to define Virtual Private Gateways that are attached to a VPC. You can create an IPsec VPN connection between your VPC and your remote network. On the AWS side of the Site-to-Site VPN connection, a virtual private gateway or transit gateway provides two VPN endpoints (tunnels) for automatic failover.

Example

virtualPrivateGateway:
asn: 65500

Hierarchy

  • VirtualPrivateGatewayConfig

Implements

Constructors

Properties

Constructors

Properties

asn: number = 65000

Define the ASN (Amazon Side) used for the Virtual Private Gateway

Remarks

The private ASN range is 64512 to 65534. The default is 65000.

Generated using TypeDoc