Interface CfnVPNConnection.Phase1EncryptionAlgorithmsRequestListValueProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnVPNConnection.Phase1EncryptionAlgorithmsRequestListValueProperty.Jsii$Proxy
- Enclosing class:
- CfnVPNConnection
@Stability(Stable)
public static interface CfnVPNConnection.Phase1EncryptionAlgorithmsRequestListValueProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the encryption algorithm 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.*;
 Phase1EncryptionAlgorithmsRequestListValueProperty phase1EncryptionAlgorithmsRequestListValueProperty = Phase1EncryptionAlgorithmsRequestListValueProperty.builder()
         .value("value")
         .build();
 - See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnVPNConnection.Phase1EncryptionAlgorithmsRequestListValueProperty
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getValueThe value for the encryption algorithm.- See Also:
 
- 
builder@Stability(Stable) static CfnVPNConnection.Phase1EncryptionAlgorithmsRequestListValueProperty.Builder builder()
 
-