aws.deadline.list_queues
Example SQL Queries
SELECT * FROMaws.deadline.list_queuesWHERE"farm_id" = 'VALUE';Description
Lists queues.
Table Definition
| Column Name | Column Data Type |
|---|---|
| farm_id Required Input Column The farm ID. | VARCHAR |
| principal_id Input Column The principal IDs to include in the list of queues. | VARCHAR |
| status Input Column That status of the queue. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| blocked_reason The reason the queue is blocked, if applicable. | VARCHAR |
| created_at The date and time the resource was created. | TIMESTAMP_S |
| created_by The user or system that created this resource. | VARCHAR |
| default_budget_action The default action taken on a queue summary if a budget wasn't configured. | VARCHAR |
| display_name The display name of the queue summary to update. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. | VARCHAR |
| queue_id The queue ID. | VARCHAR |
| updated_at The date and time the resource was updated. | TIMESTAMP_S |
| updated_by The user or system that updated this resource. | VARCHAR |