Show / Hide Table of Contents

Interface CfnVPNConnectionPropsMixin.IPhase1IntegrityAlgorithmsRequestListValueProperty

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

Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnVPNConnectionPropsMixin.IPhase1IntegrityAlgorithmsRequestListValueProperty
Syntax (vb)
Public Interface CfnVPNConnectionPropsMixin.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.Mixins.Preview.AWS.EC2.Mixins;

             var phase1IntegrityAlgorithmsRequestListValueProperty = new Phase1IntegrityAlgorithmsRequestListValueProperty {
                 Value = "value"
             };

Synopsis

Properties

Value

The value for the integrity algorithm.

Properties

Value

The value for the integrity algorithm.

string? Value { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX