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'
)
[REQUIRED]
The identifier of the data source connector for which to stop the synchronization jobs.
[REQUIRED]
The identifier of the index used with the data source connector.
None
Exceptions
kendra.Client.exceptions.ValidationExceptionkendra.Client.exceptions.ResourceNotFoundExceptionkendra.Client.exceptions.ThrottlingExceptionkendra.Client.exceptions.AccessDeniedExceptionkendra.Client.exceptions.InternalServerException