Lists job runs based on a set of parameters.
See https://www.paws-r-sdk.com/docs/emrserverless_list_job_runs/ for full documentation.
emrserverless_list_job_runs(
applicationId,
nextToken = NULL,
maxResults = NULL,
createdAtAfter = NULL,
createdAtBefore = NULL,
states = NULL,
mode = NULL
)
[required] The ID of the application for which to list the job run.
The token for the next set of job run results.
The maximum number of job runs that can be listed.
The lower bound of the option to filter by creation date and time.
The upper bound of the option to filter by creation date and time.
An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
The mode of the job runs to list.