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