Skip to main content

ISQSGetQueueUrlResponse

Interface in AWS.SQS

Interface for GetQueueUrl responses.

Ancestors

Properties

QueueUrl

property QueueUrl: string

The URL of the requested Amazon SQS queue.

This URL is used for all subsequent operations on the queue, including sending messages, receiving messages, deleting messages, and modifying queue attributes. The URL format is: https://sqs.{region}.amazonaws.com/{account-id}/{queue-name} Queue URLs are case-sensitive and must be used exactly as returned. Store this URL for future operations rather than reconstructing it manually. For FIFO queues, the queue name in the URL will include the .fifo suffix. This URL remains valid for the lifetime of the queue and will only become invalid if the queue is deleted.