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

View File

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