interface IKEVersionsRequestListValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins.CfnVPNConnectionPropsMixin.IKEVersionsRequestListValueProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsec2/mixins#CfnVPNConnectionPropsMixin_IKEVersionsRequestListValueProperty |
Java | software.amazon.awscdk.mixins.preview.services.ec2.mixins.CfnVPNConnectionPropsMixin.IKEVersionsRequestListValueProperty |
Python | aws_cdk.mixins_preview.aws_ec2.mixins.CfnVPNConnectionPropsMixin.IKEVersionsRequestListValueProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ec2 » mixins » CfnVPNConnectionPropsMixin » IKEVersionsRequestListValueProperty |
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 { mixins as ec2_mixins } from '@aws-cdk/mixins-preview/aws-ec2';
const iKEVersionsRequestListValueProperty: ec2_mixins.CfnVPNConnectionPropsMixin.IKEVersionsRequestListValueProperty = {
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| value? | string | The IKE version. |
value?
Type:
string
(optional)
The IKE version.

.NET
Go
Java
Python
TypeScript