sqs_get_queue_url: Returns the URL of an existing Amazon SQS queue

View source: R/sqs_operations.R

sqs_get_queue_urlR Documentation

Returns the URL of an existing Amazon SQS queue

Description

Returns the URL of an existing Amazon SQS queue.

See https://www.paws-r-sdk.com/docs/sqs_get_queue_url/ for full documentation.

Usage

sqs_get_queue_url(QueueName, QueueOwnerAWSAccountId = NULL)

Arguments

QueueName

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

QueueOwnerAWSAccountId

The Amazon Web Services account ID of the account that created the queue.


paws.application.integration documentation built on Sept. 12, 2024, 6:11 a.m.