Interface CfnClusterPropsMixin.SSESpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClusterPropsMixin.SSESpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnClusterPropsMixin
@Stability(Stable)
public static interface CfnClusterPropsMixin.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.cfnpropertymixins.services.dax.*;
SSESpecificationProperty sSESpecificationProperty = SSESpecificationProperty.builder()
.sseEnabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnClusterPropsMixin.SSESpecificationPropertystatic final classAn implementation forCfnClusterPropsMixin.SSESpecificationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSseEnabled
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-