cloudwatch:PutLogAlarm is a Write access-level action in the cloudwatch service. Grants permission to create or update a log-based alarm and associate it with a CloudWatch Logs Insights scheduled query
ARNs that cloudwatch:PutLogAlarm can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants cloudwatch:PutLogAlarm.
Filters access by tags associated with the resource
To use cloudwatch:PutLogAlarm you may also need to grant:
A minimal policy that allows cloudwatch:PutLogAlarm. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCloudwatchPutLogAlarm",
"Effect": "Allow",
"Action": "cloudwatch:PutLogAlarm",
"Resource": "*"
}
]
}