Show / Hide Table of Contents

Interface CfnVPNConnection.IPhase1DHGroupNumbersRequestListValueProperty

Specifies a Diffie-Hellman group number for the VPN tunnel for phase 1 IKE negotiations.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnVPNConnection.IPhase1DHGroupNumbersRequestListValueProperty
Syntax (vb)
Public Interface CfnVPNConnection.IPhase1DHGroupNumbersRequestListValueProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase1dhgroupnumbersrequestlistvalue.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 phase1DHGroupNumbersRequestListValueProperty = new Phase1DHGroupNumbersRequestListValueProperty {
                 Value = 123
             };

Synopsis

Properties

Value

The Diffie-Hellmann group number.

Properties

Value

The Diffie-Hellmann group number.

double? Value { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX