| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
VpnTunnelOption.Jsii$Proxy
An implementation for
VpnTunnelOption |
| Modifier and Type | Method and Description |
|---|---|
VpnTunnelOption |
VpnTunnelOption.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<VpnTunnelOption> |
VpnConnectionOptions.getTunnelOptions()
(experimental) The tunnel options for the VPN connection.
|
List<VpnTunnelOption> |
VpnConnectionOptions.Jsii$Proxy.getTunnelOptions() |
List<VpnTunnelOption> |
VpnConnectionProps.Jsii$Proxy.getTunnelOptions() |
| Modifier and Type | Method and Description |
|---|---|
VpnConnectionOptions.Builder |
VpnConnectionOptions.Builder.tunnelOptions(List<? extends VpnTunnelOption> tunnelOptions)
Sets the value of
VpnConnectionOptions.getTunnelOptions() |
VpnConnectionProps.Builder |
VpnConnectionProps.Builder.tunnelOptions(List<? extends VpnTunnelOption> tunnelOptions)
Sets the value of
VpnConnectionOptions.getTunnelOptions() |
VpnConnection.Builder |
VpnConnection.Builder.tunnelOptions(List<? extends VpnTunnelOption> tunnelOptions)
(experimental) The tunnel options for the VPN connection.
|
| Constructor and Description |
|---|
Jsii$Proxy(IVpc vpc,
String ip,
Number asn,
List<String> staticRoutes,
List<? extends VpnTunnelOption> tunnelOptions)
Constructor that initializes the object based on literal property values passed by the
VpnConnectionProps.Builder. |
Jsii$Proxy(String ip,
Number asn,
List<String> staticRoutes,
List<? extends VpnTunnelOption> tunnelOptions)
Constructor that initializes the object based on literal property values passed by the
VpnConnectionOptions.Builder. |
Copyright © 2021. All rights reserved.