Returns the URL of an existing Amazon SQS queue.
To access a queue that belongs to another AWS account, use the
QueueOwnerAWSAccountId
parameter to specify the account ID of the
queue's owner. The queue's owner must grant you permission to access the
queue. For more information about shared queue access, see
add_permission
or see Allow Developers to Write Messages to a Shared Queue
in the Amazon Simple Queue Service Developer Guide.
sqs_get_queue_url(QueueName, QueueOwnerAWSAccountId)
[required] The name of the queue whose URL must be fetched. Maximum 80 characters.
Valid values: alphanumeric characters, hyphens (-
), and underscores
(_
).
Queue URLs and names are case-sensitive.
The AWS account ID of the account that created the queue.
A list with the following syntax:
list( QueueUrl = "string" )
svc$get_queue_url( QueueName = "string", QueueOwnerAWSAccountId = "string" )