View source: R/emrcontainers_operations.R
emrcontainers_cancel_job_run | R Documentation |
Cancels a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.
See https://www.paws-r-sdk.com/docs/emrcontainers_cancel_job_run/ for full documentation.
emrcontainers_cancel_job_run(id, virtualClusterId)
id |
[required] The ID of the job run to cancel. |
virtualClusterId |
[required] The ID of the virtual cluster for which the job run will be canceled. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.