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.

virtualPrivateGateway:
asn: 65500
interface IVirtualPrivateGatewayConfig {
    asn: number;
}

Properties

Properties

asn: number

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

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