Skip to content

StartDataSourceSyncJob

Source: src/AWS/QBusiness/StartDataSourceSyncJob.ts

Runtime binding for the StartDataSourceSyncJob operation (IAM action qbusiness:StartDataSourceSyncJob), scoped to one DataSource.

Starts a synchronization job that crawls the connector and ingests its content into the index. Provide the implementation with Effect.provide(AWS.QBusiness.StartDataSourceSyncJobHttp).

const startSync = yield* AWS.QBusiness.StartDataSourceSyncJob(source);
const { executionId } = yield* startSync();