Get Job Queue Snapshot
batch_get_job_queue_snapshot | R Documentation |
Provides a list of the first 100 RUNNABLE jobs associated to a single job queue¶
Description¶
Provides a list of the first 100 RUNNABLE
jobs associated to a single
job queue.
Usage¶
Arguments¶
jobQueue
[required] The job queue’s name or full queue Amazon Resource Name (ARN).
Value¶
A list with the following syntax:
list(
frontOfQueue = list(
jobs = list(
list(
jobArn = "string",
earliestTimeAtPosition = 123
)
),
lastUpdatedAt = 123
)
)