Interface CfnCluster.SSESpecificationProperty

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

@Stability(Stable) public static interface CfnCluster.SSESpecificationProperty extends software.amazon.jsii.JsiiSerializable
Represents the settings used to enable server-side encryption.

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.dax.*;
 SSESpecificationProperty sSESpecificationProperty = SSESpecificationProperty.builder()
         .sseEnabled(false)
         .build();
 

See Also: