View source: R/sqs_operations.R
sqs_get_queue_url | R Documentation |
Returns the URL of an existing Amazon SQS queue.
See https://www.paws-r-sdk.com/docs/sqs_get_queue_url/ for full documentation.
sqs_get_queue_url(QueueName, QueueOwnerAWSAccountId = NULL)
QueueName |
[required] The name of the queue whose URL must be fetched. Maximum 80 characters.
Valid values: alphanumeric characters, hyphens ( Queue URLs and names are case-sensitive. |
QueueOwnerAWSAccountId |
The Amazon Web Services account ID of the account that created the queue. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.