aws-sqs-queue-policy-config
Queue policy JSON can contain customer-authored condition values or external identifiers.
Where it sits
| location | GetQueueAttributes.Attributes.Policy |
| location kind | policy_document |
| data kinds | credential sensitive_data |
| emits edge | ContainsSecret |
| service | SQS (aws:sqs) |
Collection recipe
| access mode | read_api |
| operation | GetQueueAttributes |
| response path | Attributes.Policy |
| encoding | json |
| params | {"AttributeNames": ["Policy"], "QueueUrl": "\u003cqueue-url\u003e"} |
Required permissions
sqs:GetQueueAttributes
References