aws.batch.get_job_queue_snapshot
Example SQL Queries
SELECT * FROMaws.batch.get_job_queue_snapshotWHERE"job_queue" = 'VALUE';Description
Provides a list of the first 100 RUNNABLE jobs associated to a single job queue.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_queue Required Input Column The job queue’s name or full queue Amazon Resource Name (ARN). | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| front_of_queue The list of the first 100 RUNNABLE jobs in each job queue. For first-in-first-out (FIFO) job queues, jobs are ordered based on their submission time. For fair share scheduling (FSS) job queues, jobs are ordered based on their job priority and share usage. | STRUCT( |
Show child fields
| |