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

.NET
Go
Java
Python
TypeScript