Skip to content

StopJobRun

Source: src/AWS/DataBrew/StopJobRun.ts

Runtime binding for databrew:StopJobRun — cancels a run of the bound DataBrew job that is still starting or running.

const stopJobRun = yield* AWS.DataBrew.StopJobRun(job);
yield* stopJobRun({ RunId: runId });