Class CfnVPNConnection.Phase1IntegrityAlgorithmsRequestListValueProperty
Specifies the integrity algorithm for the VPN tunnel for phase 1 IKE negotiations.
Inheritance
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class Phase1IntegrityAlgorithmsRequestListValueProperty : Object, CfnVPNConnection.IPhase1IntegrityAlgorithmsRequestListValueProperty
Syntax (vb)
Public Class Phase1IntegrityAlgorithmsRequestListValueProperty
Inherits Object
Implements CfnVPNConnection.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
Constructors
Phase1Integrity |
Properties
Value | The value for the integrity algorithm. |
Constructors
Phase1IntegrityAlgorithmsRequestListValueProperty()
public Phase1IntegrityAlgorithmsRequestListValueProperty()
Properties
Value
The value for the integrity algorithm.
public string Value { get; set; }
Property Value
System.