ISQSGetQueueUrlRequest
Interface in AWS.SQS
Interface for GetQueueUrl requests.
Ancestors
Properties
QueueName
property QueueName: string
The name of the queue for which you want to fetch the URL.
The queue name can be up to 80 characters long and can include alphanumeric characters, hyphens (-), and underscores (_). Queue URLs and names are case-sensitive. Ensure the name exactly matches the queue name as it was created. For FIFO queues, the queue name must end with the .fifo suffix.
QueueOwnerAWSAccountId
property QueueOwnerAWSAccountId: string
The AWS account ID of the account that created the queue.
This parameter is only required when you are attempting to access a queue owned by another AWS account. If not specified, the queue is assumed to be owned by the calling account. The queue owner must grant you the necessary permissions to access the queue. Use the AddPermission API or queue policies to grant cross-account access. The account ID must be a valid 12-digit AWS account number.