github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/avd_docs/aws/athena/AVD-AWS-0007/CloudFormation.md (about) 1 2 Enforce the configuration to prevent client overrides 3 4 ```yaml--- 5 Resources: 6 GoodExample: 7 Properties: 8 Name: goodExample 9 WorkGroupConfiguration: 10 EnforceWorkGroupConfiguration: true 11 ResultConfiguration: 12 EncryptionConfiguration: 13 EncryptionOption: SSE_KMS 14 Type: AWS::Athena::WorkGroup 15 16 ``` 17 18