Class CfnVPNConnection.Phase2EncryptionAlgorithmsRequestListValueProperty
Specifies the encryption algorithm for the VPN tunnel for phase 2 IKE negotiations.
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVPNConnection.Phase2EncryptionAlgorithmsRequestListValueProperty : CfnVPNConnection.IPhase2EncryptionAlgorithmsRequestListValueProperty
Syntax (vb)
Public Class CfnVPNConnection.Phase2EncryptionAlgorithmsRequestListValueProperty 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() | Specifies the encryption algorithm for the VPN tunnel for phase 2 IKE negotiations. |
Properties
| Value | The encryption algorithm. |
Constructors
Phase2EncryptionAlgorithmsRequestListValueProperty()
Specifies the encryption algorithm for the VPN tunnel for phase 2 IKE negotiations.
public Phase2EncryptionAlgorithmsRequestListValueProperty()
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"
};
Properties
Value
The encryption algorithm.
public string? Value { get; set; }