TopicInlinePolicyArgs

data class TopicInlinePolicyArgs(val policyDocument: Output<Any>? = null, val topicArn: Output<String>? = null) : ConvertibleToJava<TopicInlinePolicyArgs>

Schema for AWS::SNS::TopicInlinePolicy

Constructors

Link copied to clipboard
constructor(policyDocument: Output<Any>? = null, topicArn: Output<String>? = null)

Properties

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

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.

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

The Amazon Resource Name (ARN) of the topic to which you want to add the policy.

Functions

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