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: