Topic Inline Policy Args
data class TopicInlinePolicyArgs(val policyDocument: Output<Any>? = null, val topicArn: Output<String>? = null) : ConvertibleToJava<TopicInlinePolicyArgs>
Schema for AWS::SNS::TopicInlinePolicy
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::TopicInlinePolicy
for more information about the expected schema for this property.