Uses of Class
software.amazon.awscdk.services.ec2.VpnTunnelOption.Builder
-
Uses of VpnTunnelOption.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionstatic VpnTunnelOption.Builder
VpnTunnelOption.builder()
VpnTunnelOption.Builder.preSharedKey
(String preSharedKey) Deprecated.Use `preSharedKeySecret` insteadVpnTunnelOption.Builder.preSharedKeySecret
(SecretValue preSharedKeySecret) Sets the value ofVpnTunnelOption.getPreSharedKeySecret()
VpnTunnelOption.Builder.tunnelInsideCidr
(String tunnelInsideCidr) Sets the value ofVpnTunnelOption.getTunnelInsideCidr()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(VpnTunnelOption.Builder builder) Constructor that initializes the object based on literal property values passed by theVpnTunnelOption.Builder
.