Browse Source

add minimal permission

Mitsuhiro Tanda 7 years ago
parent
commit
cb2a03a08c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/sources/features/datasources/cloudwatch.md

+ 2 - 1
docs/sources/features/datasources/cloudwatch.md

@@ -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": "*"
         },
         },