Get Topic Policy Result
data class GetTopicPolicyResult(val id: String? = null, val policyDocument: Any? = null, val topics: List<String>? = null)
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.