StopIngestionJob
Source:
src/AWS/Bedrock/StopIngestionJob.ts
Runtime binding for bedrock-agent:StopIngestionJob — stop an in-flight
ingestion job on the bound DataSource.
The binding grants the function bedrock:StopIngestionJob scoped to the
data source’s parent knowledge base.
Syncing a Data Source
Section titled “Syncing a Data Source”// initconst stopIngestionJob = yield* Bedrock.StopIngestionJob(dataSource);
// runtimeconst { ingestionJob } = yield* stopIngestionJob({ ingestionJobId: jobId,});