Class CfnVPNConnection.IKEVersionsRequestListValueProperty
The IKE version that is permitted for the VPN tunnel.
Inheritance
System.Object
CfnVPNConnection.IKEVersionsRequestListValueProperty
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IKEVersionsRequestListValueProperty : Object, CfnVPNConnection.IIKEVersionsRequestListValueProperty
Syntax (vb)
Public Class IKEVersionsRequestListValueProperty
Inherits Object
Implements CfnVPNConnection.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
Constructors
IKEVersionsRequestListValueProperty() |
Properties
Value | The IKE version. |
Constructors
IKEVersionsRequestListValueProperty()
public IKEVersionsRequestListValueProperty()
Properties
Value
The IKE version.
public string Value { get; set; }
Property Value
System.String