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