View source: R/emrserverless_operations.R
emrserverless_start_job_run | R Documentation |
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
)
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. |
mode |
The mode of the job run when it starts. |
retryPolicy |
The retry policy when job run starts. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.