Skip to content

Stop Data Source Sync Job

kendra_stop_data_source_sync_job R Documentation

Stops a synchronization job that is currently running

Description

Stops a synchronization job that is currently running. You can't stop a scheduled synchronization job.

Usage

kendra_stop_data_source_sync_job(Id, IndexId)

Arguments

Id

[required] The identifier of the data source connector for which to stop the synchronization jobs.

IndexId

[required] The identifier of the index used with the data source connector.

Value

An empty list.

Request syntax

svc$stop_data_source_sync_job(
  Id = "string",
  IndexId = "string"
)