Class CfnVPNConnection.Phase2EncryptionAlgorithmsRequestListValueProperty
Specifies the encryption algorithm for the VPN tunnel for phase 2 IKE negotiations.
Inheritance
System.Object
CfnVPNConnection.Phase2EncryptionAlgorithmsRequestListValueProperty
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class Phase2EncryptionAlgorithmsRequestListValueProperty : Object, CfnVPNConnection.IPhase2EncryptionAlgorithmsRequestListValueProperty
Syntax (vb)
Public Class Phase2EncryptionAlgorithmsRequestListValueProperty
Inherits Object
Implements CfnVPNConnection.IPhase2EncryptionAlgorithmsRequestListValueProperty
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 phase2EncryptionAlgorithmsRequestListValueProperty = new Phase2EncryptionAlgorithmsRequestListValueProperty {
Value = "value"
};
Synopsis
Constructors
Phase2EncryptionAlgorithmsRequestListValueProperty() |
Properties
Value | The encryption algorithm. |
Constructors
Phase2EncryptionAlgorithmsRequestListValueProperty()
public Phase2EncryptionAlgorithmsRequestListValueProperty()
Properties
Value
The encryption algorithm.
public string Value { get; set; }
Property Value
System.String