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.
Starting Job Runs
Section titled “Starting Job Runs”const startJobRun = yield* AWS.DataBrew.StartJobRun(job);
const { RunId } = yield* startJobRun();