| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The AWS::SNS::TopicPolicy type applies a policy to SNS topics.
AWS::SNS::TopicPolicy Snippet: Declaring an Amazon SNS Topic Policy
| Property | Type | Required | Notes |
|---|---|---|---|
|
PolicyDocument |
JSON |
Yes |
A policy document containing permissions to add to the specified SNS topics. |
|
Topics |
Array of SNS topic ARNs |
Yes |
The Amazon Resource Names (ARN) of the topics to which you want to add the policy. You can use the Ref function to specify an AWS::SNS::Topic resource. |