emrserverless_start_job_run: Starts a job run

View source: R/emrserverless_operations.R

emrserverless_start_job_runR Documentation

Starts a job run

Description

Starts a job run.

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

Usage

emrserverless_start_job_run(
  applicationId,
  clientToken,
  executionRoleArn,
  jobDriver = NULL,
  configurationOverrides = NULL,
  tags = NULL,
  executionTimeoutMinutes = NULL,
  name = NULL
)

Arguments

applicationId

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

clientToken

[required] The client idempotency token of the job run to start. Its value must be unique for each request.

executionRoleArn

[required] The execution role ARN for the job run.

jobDriver

The job driver for the job run.

configurationOverrides

The configuration overrides for the job run.

tags

The tags assigned to the job run.

executionTimeoutMinutes

The maximum duration for the job run to run. If the job run runs beyond this duration, it will be automatically cancelled.

name

The optional job run name. This doesn't have to be unique.


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