emrcontainers_list_job_runs: Lists job runs based on a set of parameters

View source: R/emrcontainers_operations.R

emrcontainers_list_job_runsR Documentation

Lists job runs based on a set of parameters

Description

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.

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.


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