Topic / Action / remove_permission
remove_permission#
- SNS.Topic.remove_permission(**kwargs)#
Removes a statement from a topic’s access control policy.
Note
To remove the ability to change topic permissions, you must deny permissions to the
AddPermission
,RemovePermission
, andSetTopicAttributes
actions in your IAM policy.See also: AWS API Documentation
Request Syntax
response = topic.remove_permission( Label='string' )
- Parameters:
Label (string) –
[REQUIRED]
The unique label of the statement you want to remove.
- Returns:
None