CloudWatchDashboardManagementPolicy
user_0659028
json
9 months ago
556 B
7
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": "*"
}
]
}
Editor is loading...
Leave a Comment