Browse Source

add minimal permission

Mitsuhiro Tanda 7 năm trước cách đây
mục cha
commit
cb2a03a08c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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": "*"
         },