get_queue_url: Get a queue URL

Description Usage Arguments Value Author(s) References See Also

View source: R/attributes.r

Description

Retrieves the URL for an SQS queue by its name.

Usage

1
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.

Author(s)

Thomas J. Leeper

References

GetQueueURL

See Also

link{create_queue} link{delete_queue} get_queue_attrs set_queue_attrs


cloudyr/aws.sqs documentation built on Jan. 14, 2020, 4:58 a.m.