emrserverless_list_job_runs: Lists job runs based on a set of parameters

View source: R/emrserverless_operations.R

emrserverless_list_job_runsR Documentation

Lists job runs based on a set of parameters

Description

Lists job runs based on a set of parameters.

See https://www.paws-r-sdk.com/docs/emrserverless_list_job_runs/ for full documentation.

Usage

emrserverless_list_job_runs(
  applicationId,
  nextToken = NULL,
  maxResults = NULL,
  createdAtAfter = NULL,
  createdAtBefore = NULL,
  states = NULL
)

Arguments

applicationId

[required] The ID of the application for which to list the job run.

nextToken

The token for the next set of job run results.

maxResults

The maximum number of job runs that can be listed.

createdAtAfter

The lower bound of the option to filter by creation date and time.

createdAtBefore

The upper bound of the option to filter by creation date and time.

states

An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.