Advertisement
Guest User

Untitled

a guest
Nov 24th, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Id": "SNS-Topic-Policy",
  4. "Statement": [
  5. {
  6. "Effect": "Allow",
  7. "Principal": {
  8. "AWS": "*"
  9. },
  10. "Action": [
  11. "SNS:Publish",
  12. "SNS:RemovePermission",
  13. "SNS:SetTopicAttributes",
  14. "SNS:DeleteTopic",
  15. "SNS:ListSubscriptionsByTopic",
  16. "SNS:GetTopicAttributes",
  17. "SNS:Receive",
  18. "SNS:AddPermission",
  19. "SNS:Subscribe"
  20. ],
  21. "Resource": "${region}",
  22. "Condition": {
  23. "StringEquals": {
  24. "AWS:SourceOwner": "${aws-account}"
  25. }
  26. }
  27. }
  28. ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement