Show / Hide Table of Contents

Class CfnVPNConnection.Phase1IntegrityAlgorithmsRequestListValueProperty

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

Inheritance
object
CfnVPNConnection.Phase1IntegrityAlgorithmsRequestListValueProperty
Implements
CfnVPNConnection.IPhase1IntegrityAlgorithmsRequestListValueProperty
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.Phase1IntegrityAlgorithmsRequestListValueProperty : CfnVPNConnection.IPhase1IntegrityAlgorithmsRequestListValueProperty
Syntax (vb)
Public Class CfnVPNConnection.Phase1IntegrityAlgorithmsRequestListValueProperty Implements CfnVPNConnection.IPhase1IntegrityAlgorithmsRequestListValueProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase1integrityalgorithmsrequestlistvalue.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 phase1IntegrityAlgorithmsRequestListValueProperty = new Phase1IntegrityAlgorithmsRequestListValueProperty {
                 Value = "value"
             };

Synopsis

Constructors

Phase1IntegrityAlgorithmsRequestListValueProperty()

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

Properties

Value

The value for the integrity algorithm.

Constructors

Phase1IntegrityAlgorithmsRequestListValueProperty()

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

public Phase1IntegrityAlgorithmsRequestListValueProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-phase1integrityalgorithmsrequestlistvalue.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 phase1IntegrityAlgorithmsRequestListValueProperty = new Phase1IntegrityAlgorithmsRequestListValueProperty {
                 Value = "value"
             };

Properties

Value

The value for the integrity algorithm.

public string? Value { get; set; }
Property Value

string

Remarks

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

Implements

CfnVPNConnection.IPhase1IntegrityAlgorithmsRequestListValueProperty
Back to top Generated by DocFX