Show / Hide Table of Contents

Class CfnVPNConnectionPropsMixin.Phase1EncryptionAlgorithmsRequestListValueProperty

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

Inheritance
object
CfnVPNConnectionPropsMixin.Phase1EncryptionAlgorithmsRequestListValueProperty
Implements
CfnVPNConnectionPropsMixin.IPhase1EncryptionAlgorithmsRequestListValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase1encryptionalgorithmsrequestlistvalue.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase1encryptionalgorithmsrequestlistvalue.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.Mixins.Preview.AWS.EC2.Mixins;

             var phase1EncryptionAlgorithmsRequestListValueProperty = new Phase1EncryptionAlgorithmsRequestListValueProperty {
                 Value = "value"
             };

Properties

Value

The value for 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-phase1encryptionalgorithmsrequestlistvalue.html#cfn-ec2-vpnconnection-phase1encryptionalgorithmsrequestlistvalue-value

Implements

CfnVPNConnectionPropsMixin.IPhase1EncryptionAlgorithmsRequestListValueProperty
Back to top Generated by DocFX