Interface CfnVPNConnection.Phase1DHGroupNumbersRequestListValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVPNConnection.Phase1DHGroupNumbersRequestListValueProperty.Jsii$Proxy
- Enclosing class:
CfnVPNConnection
@Stability(Stable)
public static interface CfnVPNConnection.Phase1DHGroupNumbersRequestListValueProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.ec2.*; Phase1DHGroupNumbersRequestListValueProperty phase1DHGroupNumbersRequestListValueProperty = Phase1DHGroupNumbersRequestListValueProperty.builder() .value(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnVPNConnection.Phase1DHGroupNumbersRequestListValueProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValue
The Diffie-Hellmann group number.- See Also:
-
builder
@Stability(Stable) static CfnVPNConnection.Phase1DHGroupNumbersRequestListValueProperty.Builder builder()
-