Show / Hide Table of Contents

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 CfnVPNConnection.IIKEVersionsRequestListValueProperty
Syntax (vb)
Public Interface CfnVPNConnection.IIKEVersionsRequestListValueProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-ikeversionsrequestlistvalue.html

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.

string? Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-ikeversionsrequestlistvalue.html#cfn-ec2-vpnconnection-ikeversionsrequestlistvalue-value

Back to top Generated by DocFX