Commit c45b6c86 by Jan Garaj Committed by GitHub

Docs: Add DescribeAlarmHistory to minimal IAM policy (#23965)

DescribeAlarmHistory is used in the annotations query. 
parent 48e3b8e0
...@@ -62,6 +62,7 @@ Here is a minimal policy example: ...@@ -62,6 +62,7 @@ Here is a minimal policy example:
"Effect": "Allow", "Effect": "Allow",
"Action": [ "Action": [
"cloudwatch:DescribeAlarmsForMetric", "cloudwatch:DescribeAlarmsForMetric",
"cloudwatch:DescribeAlarmHistory",
"cloudwatch:ListMetrics", "cloudwatch:ListMetrics",
"cloudwatch:GetMetricStatistics", "cloudwatch:GetMetricStatistics",
"cloudwatch:GetMetricData" "cloudwatch:GetMetricData"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment