This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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