Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. {
  2. "Version": "2008-10-17",
  3. "Id": "__default_policy_ID",
  4. "Statement": [
  5. {
  6. "Sid": "__default_statement_ID",
  7. "Effect": "Allow",
  8. "Principal": {
  9. "AWS": "*"
  10. },
  11. "Action": [
  12. "SNS:GetTopicAttributes",
  13. "SNS:SetTopicAttributes",
  14. "SNS:AddPermission",
  15. "SNS:RemovePermission",
  16. "SNS:DeleteTopic",
  17. "SNS:Subscribe",
  18. "SNS:ListSubscriptionsByTopic",
  19. "SNS:Publish",
  20. "SNS:Receive"
  21. ],
  22. "Resource": "arn:aws:sns:us-east-1:xxxxxxxxxxxx:s3UploadTest",
  23. "Condition": {
  24. "StringEquals": {
  25. "AWS:SourceOwner": "xxxxxxxxxxxx"
  26. }
  27. }
  28. }
  29. ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement