Lists 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.
emrcontainers_list_job_runs(
virtualClusterId,
createdBefore = NULL,
createdAfter = NULL,
name = NULL,
states = NULL,
maxResults = NULL,
nextToken = NULL
)
[required] The ID of the virtual cluster for which to list the job run.
The date and time before which the job runs were submitted.
The date and time after which the job runs were submitted.
The name of the job run.
The states of the job run.
The maximum number of job runs that can be listed.
The token for the next set of job runs to return.