Retrieves the URL for an SQS queue by its name.
get_queue_url(name, owner = NULL, query = NULL, ...)
A character string containing the name of the queue.
A character string containing the AWS Account ID that created the queue.
A list specifying additional query arguments to be passed to the query
argument of sqsHTTP
.
Additional arguments passed to sqsHTTP
.
If successful, a character string containing an SQS Queue URL. Otherwise, a data structure of class “aws_error” containing any error message(s) from AWS and information about the request attempt.
link{create_queue}
link{delete_queue}
get_queue_attrs
set_queue_attrs