Skip to content

Start Data Source Sync Job

kendra_start_data_source_sync_job R Documentation

Starts a synchronization job for a data source connector

Description

Starts a synchronization job for a data source connector. If a synchronization job is already in progress, Amazon Kendra returns a ResourceInUseException exception.

Re-syncing your data source with your index after modifying, adding, or deleting documents from your data source respository could take up to an hour or more, depending on the number of documents to sync.

Usage

kendra_start_data_source_sync_job(Id, IndexId)

Arguments

Id

[required] The identifier of the data source connector to synchronize.

IndexId

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

Value

A list with the following syntax:

list(
  ExecutionId = "string"
)

Request syntax

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