Show / Hide Table of Contents

Class CfnVPNConnection.Phase2EncryptionAlgorithmsRequestListValueProperty

Specifies the encryption algorithm for the VPN tunnel for phase 2 IKE negotiations.

Inheritance
object
CfnVPNConnection.Phase2EncryptionAlgorithmsRequestListValueProperty
Implements
CfnVPNConnection.IPhase2EncryptionAlgorithmsRequestListValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase2encryptionalgorithmsrequestlistvalue.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase2encryptionalgorithmsrequestlistvalue.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase2encryptionalgorithmsrequestlistvalue.html#cfn-ec2-vpnconnection-phase2encryptionalgorithmsrequestlistvalue-value

Implements

CfnVPNConnection.IPhase2EncryptionAlgorithmsRequestListValueProperty
Back to top Generated by DocFX