TopicPolicyArgs

data class TopicPolicyArgs(val policyDocument: Output<Any>? = null, val topics: Output<List<String>>? = null) : ConvertibleToJava<TopicPolicyArgs>

Schema for AWS::SNS::TopicPolicy

Constructors

Link copied to clipboard
fun TopicPolicyArgs(policyDocument: Output<Any>? = null, topics: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TopicPolicyArgs

Properties

Link copied to clipboard
val policyDocument: Output<Any>? = null

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

Link copied to clipboard
val topics: Output<List<String>>? = null

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.