Interface CfnVPNConnection.IIKEVersionsRequestListValueProperty
The IKE version that is permitted for the VPN tunnel.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIKEVersionsRequestListValueProperty
Syntax (vb)
Public Interface IIKEVersionsRequestListValueProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var iKEVersionsRequestListValueProperty = new Dictionary<string, string?> {
{ "value", "value" }
};
Synopsis
Properties
Value | The IKE version. |
Properties
Value
The IKE version.
virtual string Value { get; }
Property Value
System.String