paws.application.integration (version 0.5.0)

sqs_get_queue_url: 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.