Guest User

Untitled

a guest
Jul 12th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. {
  2. "object-reporting": {"access-denied-owner": false, "bucket": "our-salactus-s3-logs", "prefix": "objects/acl"},
  3. "visitors": [
  4. {
  5. "allow-log": true,
  6. "type": "object-acl",
  7. "report-only": true,
  8. "whitelist-accounts": ["*"]
  9. }
  10. ],
  11. "accounts": [
  12. {
  13. "role": "arn:aws:iam::45454545454545454:role/ROLENAME",
  14. "account-id": "45454545454545454",
  15. "canonical-id":"account-alias1",
  16. "name": "account-alias1",
  17. "tags": [
  18. "target-tags"
  19. ]
  20. },
  21. {
  22. "role": "arn:aws:iam::12121212121212121:role/ROLENAME",
  23. "account-id": "12121212121212121",
  24. "canonical-id":"alias-name2",
  25. "name": "alias-name2",
  26. "tags": [
  27. "target-tags"
  28. ]
  29. },
  30. {
  31. "role": "arn:aws:iam::12345678900:role/ROLENAME",
  32. "account-id": "12345678900",
  33. "canonical-id":"alias-name3",
  34. "name": "alias-name3",
  35. "tags": [
  36. "target-tags"
  37. ]
  38. }
  39. ],
  40. "inventory": {
  41. "id-selector": "inventory-id",
  42. "bucket-size-threshold": 0
  43. }
  44. }
Add Comment
Please, Sign In to add comment