application-signals:BatchUpdateExclusionWindows is a Write access-level action in the application-signals service. Grants permission to add or remove exclusion windows from Amazon CloudWatch SLOs
ARNs that application-signals:BatchUpdateExclusionWindows can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants application-signals:BatchUpdateExclusionWindows.
Filters access by tag-value associated with the resource
A minimal policy that allows application-signals:BatchUpdateExclusionWindows. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowApplicationsignalsBatchUpdateExclusionWindows",
"Effect": "Allow",
"Action": "application-signals:BatchUpdateExclusionWindows",
"Resource": "*"
}
]
}