Guest User

Untitled

a guest
Nov 17th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Effect": "Allow",
  6. "Principal": {
  7. "AWS": "arn:aws:iam::xxx:root"
  8. },
  9. "Action": "es:*",
  10. "Resource": "arn:aws:es:eu-central-1:xxx:domain/xxx-elastic-search/*"
  11. }
  12. ]
  13. }
Add Comment
Please, Sign In to add comment