emrcontainers_list_job_templates: Lists job templates based on a set of parameters

View source: R/emrcontainers_operations.R

emrcontainers_list_job_templatesR Documentation

Lists job templates based on a set of parameters

Description

Lists job templates based on a set of parameters. Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.

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

Usage

emrcontainers_list_job_templates(
  createdAfter = NULL,
  createdBefore = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

createdAfter

The date and time after which the job templates were created.

createdBefore

The date and time before which the job templates were created.

maxResults

The maximum number of job templates that can be listed.

nextToken

The token for the next set of job templates to return.


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