@Stability(value=Stable)
public static interface CfnCluster.EncryptionAtRestProperty
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.msk.*;
EncryptionAtRestProperty encryptionAtRestProperty = EncryptionAtRestProperty.builder()
.dataVolumeKmsKeyId("dataVolumeKmsKeyId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.EncryptionAtRestProperty.Builder
A builder for
CfnCluster.EncryptionAtRestProperty |
static class |
CfnCluster.EncryptionAtRestProperty.Jsii$Proxy
An implementation for
CfnCluster.EncryptionAtRestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.EncryptionAtRestProperty.Builder |
builder() |
String |
getDataVolumeKmsKeyId()
The ARN of the Amazon KMS key for encrypting data at rest.
|
@Stability(value=Stable) @NotNull String getDataVolumeKmsKeyId()
If you don't specify a KMS key, MSK creates one for you and uses it on your behalf.
@Stability(value=Stable) static CfnCluster.EncryptionAtRestProperty.Builder builder()
Copyright © 2022. All rights reserved.