github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/avd_docs/aws/msk/AVD-AWS-0074/CloudFormation.md (about) 1 2 Enable logging 3 4 ```yaml--- 5 AWSTemplateFormatVersion: 2010-09-09 6 Description: Good example 7 Resources: 8 Cluster: 9 Type: AWS::MSK::Cluster 10 Properties: 11 LoggingInfo: 12 BrokerLogs: 13 S3: 14 Enabled: true 15 16 17 18 ``` 19 20