| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.SQSQueuePolicy
Description
The AWS::SQS::QueuePolicy type applies a policy to SQS queues. AWS::SQS::QueuePolicy Snippet: Declaring an Amazon SQS Policy
Documentation
data SQSQueuePolicy Source #
Full data type definition for SQSQueuePolicy. See sqsQueuePolicy for a
more convenient constructor.
Constructors
| SQSQueuePolicy | |
Fields | |
Instances
Arguments
| :: Object | |
| -> [Val Text] | |
| -> SQSQueuePolicy |
Constructor for SQSQueuePolicy containing required fields as arguments.
sqsqpPolicyDocument :: Lens' SQSQueuePolicy Object Source #
A policy document containing permissions to add to the specified SQS queues.
sqsqpQueues :: Lens' SQSQueuePolicy [Val Text] Source #
The URLs of the queues to which you want to add the policy. You can use the Ref function to specify an AWS::SQS::Queue resource.