Show / Hide Table of Contents

Class CfnVPNConnection.IKEVersionsRequestListValueProperty

The IKE version that is permitted for the VPN tunnel.

Inheritance
object
CfnVPNConnection.IKEVersionsRequestListValueProperty
Implements
CfnVPNConnection.IIKEVersionsRequestListValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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" }
             };

Properties

Value

The IKE version.

public string? Value { get; set; }
Property Value

string

Remarks

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

Implements

CfnVPNConnection.IIKEVersionsRequestListValueProperty
Back to top Generated by DocFX