github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/avd_docs/aws/ecs/AVD-AWS-0034/CloudFormation.md (about)

     1  
     2  Enable Container Insights
     3  
     4  ```yaml---
     5  Resources:
     6    GoodExample:
     7      Type: 'AWS::ECS::Cluster'
     8      Properties:
     9        ClusterName: MyCluster
    10        ClusterSettings:
    11          - Name: containerInsights
    12            Value: enabled
    13  
    14  ```
    15  
    16