Skip to content

StartDataSourceRun

Source: src/AWS/DataZone/StartDataSourceRun.ts

Runtime binding for datazone:StartDataSourceRun.

Triggers an on-demand run of a data source in the bound domain, ingesting new technical assets into the inventory. The domain id is injected from the binding. Provide the implementation with Effect.provide(AWS.DataZone.StartDataSourceRunHttp).

// init — bind the operation to the domain
const startDataSourceRun = yield* AWS.DataZone.StartDataSourceRun(domain);
// runtime
const run = yield* startDataSourceRun({ dataSourceIdentifier: dataSourceId });