setTopicAttributes
inline suspend fun SnsClient.setTopicAttributes(crossinline block: SetTopicAttributesRequest.Builder.() -> Unit): SetTopicAttributesResponse
Allows a topic owner to set an attribute of the topic to a new value.
To remove the ability to change topic permissions, you must deny permissions to the AddPermission
, RemovePermission
, and SetTopicAttributes
actions in your IAM policy.