Docs: Add DescribeAlarms to minimal IAM policy (#23968)

DescribeAlarmHistory is used in the prefix matching of the annotations query
pull/23972/head
Jan Garaj 5 years ago committed by GitHub
parent d6cefafa12
commit 796c6781b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/sources/features/datasources/cloudwatch.md

@ -63,6 +63,7 @@ Here is a minimal policy example:
"Action": [
"cloudwatch:DescribeAlarmsForMetric",
"cloudwatch:DescribeAlarmHistory",
"cloudwatch:DescribeAlarms",
"cloudwatch:ListMetrics",
"cloudwatch:GetMetricStatistics",
"cloudwatch:GetMetricData"

Loading…
Cancel
Save