AWS::SQS::QueueInlinePolicy - AWS CloudFormation (original) (raw)
The AWS::SQS::QueueInlinePolicy
resource associates one Amazon SQS queue with one policy.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Type" : "AWS::SQS::QueueInlinePolicy",
"Properties" : {
"PolicyDocument" : Json,
"Queue" : String
}
}
YAML
Type: AWS::SQS::QueueInlinePolicy
Properties:
PolicyDocument: Json
Queue: String
Properties
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns returns the URL of the Amazon SQS queue.
For more information about using the Ref
function, see Ref.
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.