Lists job runs based on a set of parameters
Source:R/emrcontainers_operations.R
emrcontainers_list_job_runs.RdLists job runs based on a set of parameters. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.
See https://www.paws-r-sdk.com/docs/emrcontainers_list_job_runs/ for full documentation.
Usage
emrcontainers_list_job_runs(
virtualClusterId,
createdBefore = NULL,
createdAfter = NULL,
name = NULL,
states = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- virtualClusterId
[required] The ID of the virtual cluster for which to list the job run.
- createdBefore
The date and time before which the job runs were submitted.
- createdAfter
The date and time after which the job runs were submitted.
- name
The name of the job run.
- states
The states of the job run.
- maxResults
The maximum number of job runs that can be listed.
- nextToken
The token for the next set of job runs to return.