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