AWS::SQS::QueuePolicy
The AWS::SQS::QueuePolicy type applies a policy to Amazon SQS queues.
AWS::SQS::QueuePolicy Snippet: Declaring an Amazon SQS Policy
Topics
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::SQS::QueuePolicy", "Properties" : { "PolicyDocument" :JSON, "Queues" : [String, ...] } }
YAML
Type: AWS::SQS::QueuePolicy Properties: PolicyDocument:JSONQueues: -String
Properties
PolicyDocument-
A policy document that contains the permissions for the specified Amazon SQS queues. For more information about Amazon SQS policies, see Creating Custom Policies Using the Access Policy Language in the Amazon Simple Queue Service Developer Guide.
Required: Yes
Type: JSON object
Update requires: No interruption
Queues-
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.
Required: Yes
Type: List of String values
Update requires: No interruption
