Interface CfnVPNConnection.IPhase1IntegrityAlgorithmsRequestListValueProperty
Specifies the integrity algorithm for the VPN tunnel for phase 1 IKE negotiations.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPhase1IntegrityAlgorithmsRequestListValueProperty
Syntax (vb)
Public Interface IPhase1IntegrityAlgorithmsRequestListValueProperty
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 phase1IntegrityAlgorithmsRequestListValueProperty = new Phase1IntegrityAlgorithmsRequestListValueProperty {
Value = "value"
};
Synopsis
Properties
Value | The value for the integrity algorithm. |
Properties
Value
The value for the integrity algorithm.
virtual string Value { get; }
Property Value
System.String