Created
February 24, 2017 06:14
-
-
Save youyo/c9d7fa4c25363de53fd873744825966d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Effect": "Allow", | |
"Principal": { | |
"AWS": "arn:aws:iam::xxxxxxxxxxx:role/role_name" | |
}, | |
"Action": "es:*", | |
"Resource": "arn:aws:es:region:xxxxxxxxxxx:domain/ess_domain_name/*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment