Merge pull request #13961 from mtanda/cw_doc_math

add minimal permission to docs
This commit is contained in:
Carl Bergquist 2018-11-05 09:10:36 +01:00 committed by GitHub
commit f43f4a94a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,8 @@ Here is a minimal policy example:
"Effect": "Allow",
"Action": [
"cloudwatch:ListMetrics",
"cloudwatch:GetMetricStatistics"
"cloudwatch:GetMetricStatistics",
"cloudwatch:GetMetricData"
],
"Resource": "*"
},