mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 19:52:35 +08:00
Merge pull request #13961 from mtanda/cw_doc_math
add minimal permission to docs
This commit is contained in:
@ -60,7 +60,8 @@ Here is a minimal policy example:
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"cloudwatch:ListMetrics",
|
||||
"cloudwatch:GetMetricStatistics"
|
||||
"cloudwatch:GetMetricStatistics",
|
||||
"cloudwatch:GetMetricData"
|
||||
],
|
||||
"Resource": "*"
|
||||
},
|
||||
|
Reference in New Issue
Block a user