Starts a job run.
See https://www.paws-r-sdk.com/docs/emrserverless_start_job_run/ for full documentation.
emrserverless_start_job_run(
applicationId,
clientToken,
executionRoleArn,
jobDriver = NULL,
configurationOverrides = NULL,
tags = NULL,
executionTimeoutMinutes = NULL,
name = NULL,
mode = NULL,
retryPolicy = NULL
)
[required] The ID of the application on which to run the job.
[required] The client idempotency token of the job run to start. Its value must be unique for each request.
[required] The execution role ARN for the job run.
The job driver for the job run.
The configuration overrides for the job run.
The tags assigned to the job run.
The maximum duration for the job run to run. If the job run runs beyond this duration, it will be automatically cancelled.
The optional job run name. This doesn't have to be unique.
The mode of the job run when it starts.
The retry policy when job run starts.