AWS::MSK::Cluster EncryptionAtRest - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::MSK::Cluster EncryptionAtRest

The data-volume encryption details. You can't update encryption at rest settings for existing clusters.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "DataVolumeKMSKeyId" : String }

YAML

DataVolumeKMSKeyId: String

Properties

DataVolumeKMSKeyId

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.

Required: Yes

Type: String

Update requires: Replacement