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