Topic Policy Args
data class TopicPolicyArgs(val policyDocument: Output<Any>? = null, val topics: Output<List<String>>? = null) : ConvertibleToJava<TopicPolicyArgs>
The `AWS::SNS::TopicPolicy`
resource associates SNS topics with a policy. For an example snippet, see Declaring an policy in the User Guide.
Properties
Link copied to clipboard
A policy document that contains permissions to add to the specified SNS topics. Search the CloudFormation User Guide for AWS::SNS::TopicPolicy
for more information about the expected schema for this property.