Bläddra i källkod

Merge pull request #13961 from mtanda/cw_doc_math

add minimal permission to docs
Carl Bergquist 7 år sedan
förälder
incheckning
f43f4a94a7
1 ändrade filer med 2 tillägg och 1 borttagningar
  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",
             "Action": [
                 "cloudwatch:ListMetrics",
-                "cloudwatch:GetMetricStatistics"
+                "cloudwatch:GetMetricStatistics",
+                "cloudwatch:GetMetricData"
             ],
             "Resource": "*"
         },