sns:SetTopicAttributes is a Permissions management access-level action in the sns service. Grants permission to allow a topic owner to set an attribute of the topic to a new value
ARNs that sns:SetTopicAttributes can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants sns:SetTopicAttributes.
Filters access by tags associated with the resource
To use sns:SetTopicAttributes you may also need to grant:
A minimal policy that allows sns:SetTopicAttributes. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSnsSetTopicAttributes",
"Effect": "Allow",
"Action": "sns:SetTopicAttributes",
"Resource": "*"
}
]
}