:doc:`kendra <../../kendra>` / Client / stop_data_source_sync_job

*************************
stop_data_source_sync_job
*************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/StopDataSourceSyncJob>`_  


  **Request Syntax**
  ::

    response = client.stop_data_source_sync_job(
        Id='string',
        IndexId='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

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

    

  
  :type IndexId: string
  :param IndexId: **[REQUIRED]** 

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

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`kendra.Client.exceptions.ValidationException`

  
  *   :py:class:`kendra.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`kendra.Client.exceptions.ThrottlingException`

  
  *   :py:class:`kendra.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`kendra.Client.exceptions.InternalServerException`

  