R/emrserverless_operations.R
emrserverless_cancel_job_run.Rd
Cancels a job run.
See https://www.paws-r-sdk.com/docs/emrserverless_cancel_job_run/ for full documentation.
emrserverless_cancel_job_run( applicationId, jobRunId, shutdownGracePeriodInSeconds = NULL )
[required] The ID of the application on which the job run will be canceled.
[required] The ID of the job run to cancel.
The duration in seconds to wait before forcefully terminating the job after cancellation is requested.