aws.sqs (version 0.1.10)

get_queue_url: Get a queue URL

Description

Retrieves the URL for an SQS queue by its name.

Usage

get_queue_url(name, owner = NULL, query = NULL, ...)

Arguments

name

A character string containing the name of the queue.

owner

A character string containing the AWS Account ID that created the queue.

query

A list specifying additional query arguments to be passed to the query argument of sqsHTTP.

...

Additional arguments passed to sqsHTTP.

Value

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.

References

GetQueueURL

See Also

link{create_queue} link{delete_queue} get_queue_attrs set_queue_attrs