interface EncryptionAtRestProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.MSK.CfnCluster.EncryptionAtRestProperty | 
|  Java | software.amazon.awscdk.services.msk.CfnCluster.EncryptionAtRestProperty | 
|  Python | aws_cdk.aws_msk.CfnCluster.EncryptionAtRestProperty | 
|  TypeScript | @aws-cdk/aws-msk»CfnCluster»EncryptionAtRestProperty | 
The data-volume encryption details.
You can't update encryption at rest settings for existing clusters.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as msk from '@aws-cdk/aws-msk';
const encryptionAtRestProperty: msk.CfnCluster.EncryptionAtRestProperty = {
  dataVolumeKmsKeyId: 'dataVolumeKmsKeyId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| data | string | The ARN of the Amazon KMS key for encrypting data at rest. | 
dataVolumeKmsKeyId
Type:
string
The ARN of the Amazon KMS key for encrypting data at rest.
If you don't specify a KMS key, MSK creates one for you and uses it.
