TopicPolicy

class TopicPolicy : KotlinCustomResource

The `AWS::SNS::TopicPolicy` resource associates SNS topics with a policy. For an example snippet, see Declaring an policy in the User Guide.

Properties

Link copied to clipboard
val awsId: Output<String>

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val policyDocument: Output<Any>

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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val topics: Output<List<String>>

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.

Link copied to clipboard
val urn: Output<String>