AWS::MSK::Cluster EncryptionAtRest - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon CloudFormation template, use the following syntax:

JSON

{ "DataVolumeKMSKeyId" : String }

YAML

DataVolumeKMSKeyId: String

Properties

DataVolumeKMSKeyId

The Amazon Resource Name (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