View source: R/sqs_operations.R
sqs_get_queue_attributes | R Documentation |
Gets attributes for the specified queue.
See https://www.paws-r-sdk.com/docs/sqs_get_queue_attributes/ for full documentation.
sqs_get_queue_attributes(QueueUrl, AttributeNames = NULL)
QueueUrl |
[required] The URL of the Amazon SQS queue whose attribute information is retrieved. Queue URLs and names are case-sensitive. |
AttributeNames |
A list of attributes for which to retrieve information. The In the future, new attributes might be added. If you write code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully. The following attributes are supported: The
The following attributes apply only to dead-letter queues:
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue. The following attributes apply only to server-side-encryption:
The following attributes apply only to FIFO (first-in-first-out) queues:
The following attributes apply only to high throughput for FIFO queues:
To enable high throughput for FIFO queues, do the following:
If you set these attributes to anything other than the values shown for enabling high throughput, normal throughput is in effect and deduplication occurs as specified. For information on throughput quotas, see Quotas related to messages in the Amazon SQS Developer Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.