getQueueUrl

inline suspend fun SqsClient.getQueueUrl(crossinline block: GetQueueUrlRequest.Builder.() -> Unit): GetQueueUrlResponse

Returns the URL of an existing Amazon SQS queue.

To access a queue that belongs to another AWS account, use the QueueOwnerAWSAccountId parameter to specify the account ID of the queue's owner. The queue's owner must grant you permission to access the queue. For more information about shared queue access, see <a>AddPermission</a> or see Allow Developers to Write Messages to a Shared Queue in the Amazon SQS Developer Guide.