View source: R/batch_operations.R
batch_list_jobs | R Documentation |
Returns a list of Batch jobs.
See https://www.paws-r-sdk.com/docs/batch_list_jobs/ for full documentation.
batch_list_jobs(
jobQueue = NULL,
arrayJobId = NULL,
multiNodeJobId = NULL,
jobStatus = NULL,
maxResults = NULL,
nextToken = NULL,
filters = NULL
)
jobQueue |
The name or full Amazon Resource Name (ARN) of the job queue used to list jobs. |
arrayJobId |
The job ID for an array job. Specifying an array job ID with this parameter lists all child jobs from within the specified array. |
multiNodeJobId |
The job ID for a multi-node parallel job. Specifying a multi-node parallel job ID with this parameter lists all nodes that are associated with the specified job. |
jobStatus |
The job status used to filter jobs in the specified queue. If the
|
maxResults |
The maximum number of results returned by The following outlines key parameters and limitations:
|
nextToken |
The Treat this token as an opaque identifier that's only used to retrieve the next items in a list and not for other programmatic purposes. |
filters |
The filter to apply to the query. Only one filter can be used at a time.
When the filter is used, JOB_NAME The value of the filter is a case-insensitive match for the job name. If
the value ends with an asterisk (), the filter matches any job name
that begins with the string before the ''. This corresponds to the
JOB_DEFINITION The value for the filter is the name or Amazon Resource Name (ARN) of
the job definition. This corresponds to the BEFORE_CREATED_AT The value for the filter is the time that's before the job was created.
This corresponds to the AFTER_CREATED_AT The value for the filter is the time that's after the job was created.
This corresponds to the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.