aws.sqs.queue.url
Developmentstringas of v1.44.0
The URL of the AWS SQS Queue. It's a unique identifier for a queue in Amazon Simple Queue Service (SQS) and is used to access the queue and perform actions on it.
Examples
- https://sqs.us-east-1.amazonaws.com/123456789012/MyQueue
Used by
spans (3)
- messaging.process.consumer
- messaging.receive.client
- messaging.send.producer
* required on that signal.
History
Added as development.