CloudWatchDashboardManagementPolicy

 avatar
user_0659028
json
17 days ago
556 B
5
Indexable
{
    "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