cloud-custodian
cloud-custodian copied to clipboard
Add object lock configuration to augment table
policies:
- name: example
resource: aws.s3
filters:
- type: lock-configuration
key: Rule.DefaultRetention.Mode
value: COMPLIANCE
this should definitely be a separate filter, we're trying to slim augment table not add to it for s3, re not forcing api calls when they aren't explicitly needed for the policy.
this should definitely be a separate filter, we're trying to slim augment table not add to it for s3, re not forcing api calls when they aren't explicitly needed for the policy.
changed to value filter