GetTopicPolicyResult

data class GetTopicPolicyResult(val id: String? = null, val policyDocument: Any? = null, val topics: List<String>? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, policyDocument: Any? = null, topics: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The provider-assigned unique ID for this managed resource.

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::TopicPolicy for more information about the expected schema for this property.

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