Skip to main content

TSQSGetQueueUrlRequest

Class in AWS.SQS

Implementation for GetQueueUrl requests.

Ancestors

Properties

QueueName

property QueueName: string

QueueOwnerAWSAccountId

property QueueOwnerAWSAccountId: string

Constructors

Create

constructor Create(const AQueueName: string; AQueueOwnerAWSAccountId: string = '');

Constructor for TSQSGetQueueUrlRequest.

Parameters

NameDescription
AQueueNameSpecify the name of an Amazon SQS queue to get the URL for.
AQueueOwnerAWSAccountIdOptionally, specify the AWS account ID of the account that created the queue.