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,
executionIamPolicy = NULL,
jobDriver = NULL,
configurationOverrides = NULL,
tags = NULL,
executionTimeoutMinutes = NULL,
name = NULL,
mode = NULL,
retryPolicy = 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.
- executionIamPolicy
You can pass an optional IAM policy. The resulting job IAM role permissions will be an intersection of this policy and the policy associated with your job execution role.
- jobDriver
The job driver for the job run.
- configurationOverrides
The configuration overrides for the job run.
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.
- mode
The mode of the job run when it starts.
- retryPolicy
The retry policy when job run starts.