stop_data_source_sync_job

kendra.Client.stop_data_source_sync_job(**kwargs)

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

See also: AWS API Documentation

Request Syntax

response = client.stop_data_source_sync_job(
    Id='string',
    IndexId='string'
)
Parameters
  • Id (string) --

    [REQUIRED]

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

  • IndexId (string) --

    [REQUIRED]

    The identifier of the index used with the data source connector.

Returns

None

Exceptions

  • kendra.Client.exceptions.ValidationException
  • kendra.Client.exceptions.ResourceNotFoundException
  • kendra.Client.exceptions.ThrottlingException
  • kendra.Client.exceptions.AccessDeniedException
  • kendra.Client.exceptions.InternalServerException