Interface CfnVPNConnectionPropsMixin.IKEVersionsRequestListValueProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVPNConnectionPropsMixin.IKEVersionsRequestListValueProperty.Jsii$Proxy
Enclosing class:
CfnVPNConnectionPropsMixin

@Stability(Stable) public static interface CfnVPNConnectionPropsMixin.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.cfnpropertymixins.services.ec2.*;
 IKEVersionsRequestListValueProperty iKEVersionsRequestListValueProperty = Map.of(
         "value", "value");
 

See Also: