Stop Job Run
gluedatabrew_stop_job_run | R Documentation |
Stops a particular run of a job¶
Description¶
Stops a particular run of a job.
Usage¶
gluedatabrew_stop_job_run(Name, RunId)
Arguments¶
Name |
[required] The name of the job to be stopped. |
RunId |
[required] The ID of the job run to be stopped. |
Value¶
A list with the following syntax:
list(
RunId = "string"
)
Request syntax¶
svc$stop_job_run(
Name = "string",
RunId = "string"
)