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