@Stability(value=Stable)
public static interface CfnCluster.SSESpecificationProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getSseEnabled()
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
|
@Stability(value=Stable) @Nullable default Object getSseEnabled()
@Stability(value=Stable) static CfnCluster.SSESpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.