|
1 | 1 |
|
2 | 2 | # Table: aws_sqs_queues |
3 | | -Simple Queue Service |
| 3 | +Amazon Simple Queue Service |
4 | 4 | ## Columns |
5 | 5 | | Name | Type | Description | |
6 | 6 | | ------------- | ------------- | ----- | |
7 | | -|account_id|text|The AWS Account ID of the resource.| |
8 | | -|region|text|The AWS Region of the resource.| |
9 | | -|url|text|Queue URL| |
10 | | -|policy|jsonb|The queue's policy. A valid Amazon Web Services policy.| |
11 | | -|visibility_timeout|integer|The visibility timeout for the queue, in seconds.| |
12 | | -|maximum_message_size|integer|The limit of how many bytes a message can contain before Amazon SQS rejects it.| |
13 | | -|message_retention_period|integer|The length of time, in seconds, for which Amazon SQS retains a message.| |
14 | | -|approximate_number_of_messages|integer|The approximate number of messages available for retrieval from the queue.| |
15 | | -|approximate_number_of_messages_not_visible|integer|The approximate number of messages that are in flight.| |
16 | | -|created_timestamp|timestamp without time zone|UNIX time when the queue was created.| |
17 | | -|last_modified_timestamp|timestamp without time zone|UNIX time when the queue was last changed.| |
18 | | -|arn|text|Amazon resource name (ARN) of the queue.| |
19 | | -|approximate_number_of_messages_delayed|integer|The approximate number of messages in the queue that are delayed and not available for reading immediately.| |
20 | | -|delay_seconds|integer|The default delay on the queue in seconds.| |
21 | | -|receive_message_wait_time_seconds|integer|the length of time, in seconds, for which the ReceiveMessage action waits for a message to arrive.| |
22 | | -|redrive_policy|jsonb|The parameters for the dead-letter queue functionality of the source queue as a JSON object.| |
23 | | -|fifo_queue|boolean|True if the queue is FIFO queue.| |
24 | | -|content_based_deduplication|boolean|True if content-based deduplication is enabled for the queue.| |
25 | | -|kms_master_key_id|text|ID of an Amazon Web Services managed customer master key (CMK) for Amazon SQS or a custom CMK.| |
26 | | -|kms_data_key_reuse_period_seconds|integer|The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again.| |
27 | | -|deduplication_scope|text|Specifies whether message deduplication occurs at the message group or queue level.| |
28 | | -|fifo_throughput_limit|text|Specifies whether message deduplication occurs at the message group or queue level.| |
29 | | -|redrive_allow_policy|jsonb|The parameters for the permissions for the dead-letter queue redrive permission.| |
30 | | -|tags|jsonb|Queue tags.| |
31 | | -|unknown_fields|jsonb|Other queue attributes| |
| 7 | +|account_id|text|The AWS Account ID of the resource| |
| 8 | +|region|text|The AWS Region of the resource| |
| 9 | +|tags|jsonb|| |
| 10 | +|url|text|The URL of the Amazon SQS queue| |
| 11 | +|approximate_number_of_messages|bigint|The approximate number of messages available for retrieval from the queue| |
| 12 | +|approximate_number_of_messages_delayed|bigint|The approximate number of messages in the queue that are delayed and not available for reading immediately| |
| 13 | +|approximate_number_of_messages_not_visible|bigint|The approximate number of messages that are in flight| |
| 14 | +|created_timestamp|bigint|The time when the queue was created in seconds (epoch time)| |
| 15 | +|delay_seconds|bigint|The default delay on the queue in seconds| |
| 16 | +|last_modified_timestamp|bigint|The time when the queue was last changed in seconds (epoch time)| |
| 17 | +|maximum_message_size|bigint|The limit of how many bytes a message can contain before Amazon SQS rejects it| |
| 18 | +|message_retention_period|bigint|The length of time, in seconds, for which Amazon SQS retains a message| |
| 19 | +|policy|jsonb|The policy of the queue| |
| 20 | +|arn|text|The Amazon resource name (ARN) of the queue| |
| 21 | +|receive_message_wait_time_seconds|bigint|The length of time, in seconds, for which the ReceiveMessage action waits for a message to arrive| |
| 22 | +|redrive_policy|jsonb|The parameters for the dead-letter queue functionality of the source queue as a JSON object| |
| 23 | +|visibility_timeout|bigint|The visibility timeout for the queue| |
| 24 | +|kms_master_key_id|text|The ID of an Amazon Web Services managed customer master key (CMK) for Amazon SQS or a custom CMK| |
| 25 | +|kms_data_key_reuse_period_seconds|bigint|The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again| |
| 26 | +|sqs_managed_sse_enabled|boolean|True if the queue is using SSE-SQS encryption using SQS owned encryption keys| |
| 27 | +|fifo_queue|boolean|True if the queue is FIFO queue| |
| 28 | +|content_based_deduplication|boolean|True if content-based deduplication is enabled for the queue| |
| 29 | +|deduplication_scope|text|Specifies whether message deduplication occurs at the message group or queue level| |
| 30 | +|fifo_throughput_limit|text|Specifies whether the FIFO queue throughput quota applies to the entire queue or per message group| |
| 31 | +|redrive_allow_policy|jsonb|The parameters for the dead-letter queue functionality of the source queue as a JSON object| |
| 32 | +|unknown_fields|jsonb|| |
0 commit comments