| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.SNSTopicPolicy
Description
The AWS::SNS::TopicPolicy resource associates Amazon SNS topics with a policy.
Documentation
data SNSTopicPolicy Source #
Full data type definition for SNSTopicPolicy. See snsTopicPolicy for a
more convenient constructor.
Constructors
| SNSTopicPolicy | |
Fields | |
Instances
Arguments
| :: Object | |
| -> [String] | |
| -> SNSTopicPolicy |
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.