interface Phase1DHGroupNumbersRequestListValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EC2.CfnVPNConnectionPropsMixin.Phase1DHGroupNumbersRequestListValueProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsec2#CfnVPNConnectionPropsMixin_Phase1DHGroupNumbersRequestListValueProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPNConnectionPropsMixin.Phase1DHGroupNumbersRequestListValueProperty |
Python | aws_cdk.cfn_property_mixins.aws_ec2.CfnVPNConnectionPropsMixin.Phase1DHGroupNumbersRequestListValueProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ec2 » 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 { aws_ec2 as ec2 } from '@aws-cdk/cfn-property-mixins';
const phase1DHGroupNumbersRequestListValueProperty: ec2.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