GetTopicInlinePolicyResult

data class GetTopicInlinePolicyResult(val policyDocument: Any? = null)

Constructors

Link copied to clipboard
constructor(policyDocument: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policyDocument: 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.