@Stability(value=Stable) @Internal public static final class VpnTunnelOption.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpnTunnelOption
VpnTunnelOptionsoftware.amazon.jsii.JsiiObject.InitializationModeVpnTunnelOption.Builder, VpnTunnelOption.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(VpnTunnelOption.Builder builder)
Constructor that initializes the object based on literal property values passed by the
VpnTunnelOption.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getPreSharedKey()
(deprecated) The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.
|
SecretValue |
getPreSharedKeySecret()
The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.
|
String |
getTunnelInsideCidr()
The range of inside IP addresses for the tunnel.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(VpnTunnelOption.Builder builder)
VpnTunnelOption.Builder.public final String getPreSharedKey()
VpnTunnelOption
Allowed characters are
alphanumeric characters period . and underscores _. Must be between 8
and 64 characters in length and cannot start with zero (0).
Default: an Amazon generated pre-shared key
getPreSharedKey in interface VpnTunnelOptionpublic final SecretValue getPreSharedKeySecret()
VpnTunnelOption
Allowed characters are
alphanumeric characters period . and underscores _. Must be between 8
and 64 characters in length and cannot start with zero (0).
Default: an Amazon generated pre-shared key
getPreSharedKeySecret in interface VpnTunnelOptionpublic final String getTunnelInsideCidr()
VpnTunnelOptionAny specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway. A size /30 CIDR block from the 169.254.0.0/16 range.
Default: an Amazon generated inside IP CIDR
getTunnelInsideCidr in interface VpnTunnelOption@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.