interface Phase2IntegrityAlgorithmsRequestListValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins.CfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsec2/mixins#CfnVPNConnectionPropsMixin_Phase2IntegrityAlgorithmsRequestListValueProperty |
Java | software.amazon.awscdk.mixins.preview.services.ec2.mixins.CfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty |
Python | aws_cdk.mixins_preview.aws_ec2.mixins.CfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ec2 » mixins » CfnVPNConnectionPropsMixin » Phase2IntegrityAlgorithmsRequestListValueProperty |
Specifies the integrity algorithm for the VPN tunnel for phase 2 IKE negotiations.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as ec2_mixins } from '@aws-cdk/mixins-preview/aws-ec2';
const phase2IntegrityAlgorithmsRequestListValueProperty: ec2_mixins.CfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty = {
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| value? | string | The integrity algorithm. |
value?
Type:
string
(optional)
The integrity algorithm.

.NET
Go
Java
Python
TypeScript