CloudWatchDashboardManagementPolicy
{ "Version": "2012-10-17", "Statement": [ { "Sid": "ManageCloudWatchDashboard", "Effect": "Allow", "Action": [ "cloudwatch:PutDashboard", "cloudwatch:GetDashboard", "cloudwatch:DeleteDashboards", "cloudwatch:ListDashboards", "cloudwatch:GetMetricData", "cloudwatch:GetMetricStatistics", "cloudwatch:ListMetrics" ], "Resource": "*" } ] }
Leave a Comment