github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/avd_docs/aws/athena/AVD-AWS-0006/CloudFormation.md (about)

     1  
     2  Enable encryption at rest for Athena databases and workgroup configurations
     3  
     4  ```yaml---
     5  Resources:
     6    GoodExample:
     7      Properties:
     8        Name: goodExample
     9        WorkGroupConfiguration:
    10          ResultConfiguration:
    11            EncryptionConfiguration:
    12              EncryptionOption: SSE_KMS
    13      Type: AWS::Athena::WorkGroup
    14  
    15  ```
    16  
    17