| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
VpnConnection.Builder |
VpnConnection.Builder.asn(Number asn)
The ASN of the customer gateway.
|
static VpnConnection.Builder |
VpnConnection.Builder.create(software.constructs.Construct scope,
String id) |
VpnConnection.Builder |
VpnConnection.Builder.ip(String ip)
The ip address of the customer gateway.
|
VpnConnection.Builder |
VpnConnection.Builder.staticRoutes(List<String> staticRoutes)
The static routes to be routed from the VPN gateway to the customer gateway.
|
VpnConnection.Builder |
VpnConnection.Builder.tunnelOptions(List<? extends VpnTunnelOption> tunnelOptions)
The tunnel options for the VPN connection.
|
VpnConnection.Builder |
VpnConnection.Builder.vpc(IVpc vpc)
The VPC to connect to.
|
Copyright © 2022. All rights reserved.