Advertisement
Guest User

Untitled

a guest
May 1st, 2017
37
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": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Action": [
  6. "dynamodb:*"
  7. ],
  8. "Effect": "Allow",
  9. "Resource": [
  10. "arn:aws:dynamodb:us-east-1:111111111111:table/confidant-production-1",
  11. "arn:aws:dynamodb:us-east-1:111111111111:table/confidant-production-1/*"
  12. ]
  13. },
  14. {
  15. "Action": [
  16. "dynamodb:DeleteTable"
  17. ],
  18. "Effect": "Deny",
  19. "Resource": [
  20. "arn:aws:dynamodb:us-east-1:111111111111:table/confidant-production-1/*"
  21. ]
  22. }
  23. ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement