github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/avd_docs/aws/msk/AVD-AWS-0179/CloudFormation.md (about) 1 2 Enable at rest encryption 3 4 ```yaml--- 5 AWSTemplateFormatVersion: 2010-09-09 6 Description: Good example 7 Resources: 8 Cluster: 9 Type: AWS::MSK::Cluster 10 Properties: 11 EncryptionInfo: 12 EncryptionAtRest: 13 DataVolumeKMSKeyId: "foo-bar-key" 14 15 ``` 16 17