Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "Statement": [{
  3.             "Action": [
  4.                 "dynamodb:*"
  5.             ],
  6.             "Effect": "Allow",
  7.             "Resource": [
  8.                 "arn:aws:dynamodb:eu-west-1:*:table/prod_doclink_*"
  9.             ]
  10.         },
  11.         {
  12.             "Action": [
  13.                 "dynamodb:ListTables"
  14.             ],
  15.             "Effect": "Allow",
  16.             "Resource": [
  17.                 "*"
  18.             ]
  19.         }
  20.     ]
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement