Interface CfnVPNConnection.IKEVersionsRequestListValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVPNConnection.IKEVersionsRequestListValueProperty.Jsii$Proxy
- Enclosing class:
CfnVPNConnection
@Stability(Stable)
public static interface CfnVPNConnection.IKEVersionsRequestListValueProperty
extends software.amazon.jsii.JsiiSerializable
The IKE version that is permitted for the VPN tunnel.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; IKEVersionsRequestListValueProperty iKEVersionsRequestListValueProperty = Map.of( "value", "value");
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVPNConnection.IKEVersionsRequestListValueProperty
static final class
An implementation forCfnVPNConnection.IKEVersionsRequestListValueProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValue
The IKE version.- See Also:
-
builder
-