| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The AWS::SQS::QueuePolicy type applies a policy to SQS queues.
AWS::SQS::QueuePolicy Snippet: Declaring an Amazon SQS Policy
| Property | Type | Required | Notes |
|---|---|---|---|
|
PolicyDocument |
JSON |
Yes |
A policy document containing permissions to add to the specified SQS queues. |
|
Queues |
List of queue URLs |
Yes |
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. |