stratosphere-0.2.2: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Resources.SNSTopicPolicy

Description

The AWS::SNS::TopicPolicy resource associates Amazon SNS topics with a policy.

Synopsis

Documentation

data SNSTopicPolicy Source #

Full data type definition for SNSTopicPolicy. See snsTopicPolicy for a more convenient constructor.

snsTopicPolicy Source #

Constructor for SNSTopicPolicy containing required fields as arguments.

snstpPolicyDocument :: Lens' SNSTopicPolicy Object Source #

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

snstpTopics :: Lens' SNSTopicPolicy [String] Source #

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.