Skip to content

StartJobRun

Source: src/AWS/DataBrew/StartJobRun.ts

Runtime binding for databrew:StartJobRun — lets a workload kick off a run of a DataBrew job (a PROFILE analysis or a RECIPE transformation).

The response carries the RunId, which can be observed with the DescribeJobRun binding and cancelled with StopJobRun.

const startJobRun = yield* AWS.DataBrew.StartJobRun(job);
const { RunId } = yield* startJobRun();