@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.053Z") @Stability(value=Experimental) public interface EncryptionAtRestOptions extends software.amazon.jsii.JsiiSerializable
Can only be used to create a new domain, not update an existing one. Requires Elasticsearch version 5.1 or later.
| Modifier and Type | Interface and Description |
|---|---|
static class |
EncryptionAtRestOptions.Builder
A builder for
EncryptionAtRestOptions |
static class |
EncryptionAtRestOptions.Jsii$Proxy
An implementation for
EncryptionAtRestOptions |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionAtRestOptions.Builder |
builder() |
default Boolean |
getEnabled()
(experimental) Specify true to enable encryption at rest.
|
default IKey |
getKmsKey()
(experimental) Supply if using KMS key for encryption at rest.
|
@Stability(value=Experimental) @Nullable default Boolean getEnabled()
Default: - encryption at rest is disabled.
@Stability(value=Experimental) @Nullable default IKey getKmsKey()
Default: - uses default aws/es KMS key.
@Stability(value=Experimental) static EncryptionAtRestOptions.Builder builder()
EncryptionAtRestOptions.Builder of EncryptionAtRestOptionsCopyright © 2021. All rights reserved.