Interface CfnVPNConnection.Phase2EncryptionAlgorithmsRequestListValueProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVPNConnection.Phase2EncryptionAlgorithmsRequestListValueProperty.Jsii$Proxy
Enclosing class:
CfnVPNConnection

@Stability(Stable) public static interface CfnVPNConnection.Phase2EncryptionAlgorithmsRequestListValueProperty extends software.amazon.jsii.JsiiSerializable
Specifies the encryption 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 software.amazon.awscdk.services.ec2.*;
 Phase2EncryptionAlgorithmsRequestListValueProperty phase2EncryptionAlgorithmsRequestListValueProperty = Phase2EncryptionAlgorithmsRequestListValueProperty.builder()
         .value("value")
         .build();
 

See Also: