Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. policies:
  2. - name: vpc-flow-log-not-enabled
  3. resource: vpc
  4. filters:
  5. - type: flow-logs
  6. state: absent
  7. actions:
  8. - type: notify
  9. template: default.html
  10. priority_header: 1
  11. subject: "Cloud Custodian - VPC Flow Log(s) Not Enabled"
  12. action_desc: "Actions Taken: Notification Only"
  13. to:
  14. - myemail.example.com
  15. transport:
  16. type: sqs
  17. queue: https://sqs.us-region.amazonaws.com/account/custodian_queue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement