codestar-notifications:UpdateNotificationRule is a Write access-level action in the codestar-notifications service. Grants permission to change a notification rule for a resource
ARNs that codestar-notifications:UpdateNotificationRule can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants codestar-notifications:UpdateNotificationRule.
Filters actions based on tag key-value pairs attached to the resource
A minimal policy that allows codestar-notifications:UpdateNotificationRule. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCodestarnotificationsUpdateNotificationRule",
"Effect": "Allow",
"Action": "codestar-notifications:UpdateNotificationRule",
"Resource": "*"
}
]
}