Created
February 24, 2020 16:57
-
-
Save kmcquade/766d6500988baea2f7425214d7f6fb62 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": [ | |
{ | |
"Sid": "SsmReadParameter", | |
"Effect": "Allow", | |
"Action": [ | |
"ssm:GetParameter", | |
"ssm:GetParameterHistory", | |
"ssm:GetParameters", | |
"ssm:GetParametersByPath", | |
], | |
"Resource": [ | |
"arn:aws:ssm:us-east-1:123456789012:parameter/myparameter" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment