public static interface CfnCluster.SSESpecificationProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCluster.SSESpecificationProperty.Builder
A builder for
CfnCluster.SSESpecificationProperty |
static class |
CfnCluster.SSESpecificationProperty.Jsii$Proxy
An implementation for
CfnCluster.SSESpecificationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCluster.SSESpecificationProperty.Builder |
builder() |
default java.lang.Object |
getSseEnabled()
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
|
default java.lang.Object getSseEnabled()
static CfnCluster.SSESpecificationProperty.Builder builder()