Cloud_Custodian
schema 检查
custodian schema aws.security-group.filters.ingress检查安全组的示例
policies:
- name: security-groups-with-test-description
resource: security-group
filters:
- or:
- type: ingress
Description:
value: "test"
op: contains
- type: ingress
Description:
value: "manual"
op: contains
- type: ingress
Description:
value: "manually"
op: contains
Last updated