TopicPolicy

class TopicPolicy : KotlinCustomResource

Schema for AWS::SNS::TopicPolicy

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val policyDocument: Output<Any>

A policy document that contains permissions to add to the specified SNS topics.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val topics: Output<List<String>>

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.

Link copied to clipboard
val urn: Output<String>