aws-cdk-lib.aws_msk.CfnCluster.EncryptionAtRestProperty

interface EncryptionAtRestProperty

LanguageType name
.NETAmazon.CDK.AWS.MSK.CfnCluster.EncryptionAtRestProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_EncryptionAtRestProperty
Javasoftware.amazon.awscdk.services.msk.CfnCluster.EncryptionAtRestProperty
Pythonaws_cdk.aws_msk.CfnCluster.EncryptionAtRestProperty
TypeScript aws-cdk-lib » 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 { aws_msk as msk } from 'aws-cdk-lib';
const encryptionAtRestProperty: msk.CfnCluster.EncryptionAtRestProperty = {
  dataVolumeKmsKeyId: 'dataVolumeKmsKeyId',
};

Properties

NameTypeDescription
dataVolumeKmsKeyIdstringThe 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.