interface Phase1DHGroupNumbersRequestListValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins.CfnVPNConnectionPropsMixin.Phase1DHGroupNumbersRequestListValueProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsec2/mixins#CfnVPNConnectionPropsMixin_Phase1DHGroupNumbersRequestListValueProperty |
Java | software.amazon.awscdk.mixins.preview.services.ec2.mixins.CfnVPNConnectionPropsMixin.Phase1DHGroupNumbersRequestListValueProperty |
Python | aws_cdk.mixins_preview.aws_ec2.mixins.CfnVPNConnectionPropsMixin.Phase1DHGroupNumbersRequestListValueProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ec2 » mixins » CfnVPNConnectionPropsMixin » Phase1DHGroupNumbersRequestListValueProperty |
Specifies a Diffie-Hellman group number for the VPN tunnel for phase 1 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 phase1DHGroupNumbersRequestListValueProperty: ec2_mixins.CfnVPNConnectionPropsMixin.Phase1DHGroupNumbersRequestListValueProperty = {
value: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| value? | number | The Diffie-Hellmann group number. |
value?
Type:
number
(optional)
The Diffie-Hellmann group number.

.NET
Go
Java
Python
TypeScript