:doc:`QBusiness <../../qbusiness>` / Client / start_data_source_sync_job

**************************
start_data_source_sync_job
**************************



.. py:method:: QBusiness.Client.start_data_source_sync_job(**kwargs)

  

  Starts a data source connector synchronization job. If a synchronization job is already in progress, Amazon Q Business returns a ``ConflictException``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/qbusiness-2023-11-27/StartDataSourceSyncJob>`_  


  **Request Syntax**
  ::

    response = client.start_data_source_sync_job(
        dataSourceId='string',
        applicationId='string',
        indexId='string'
    )
    
  :type dataSourceId: string
  :param dataSourceId: **[REQUIRED]** 

    The identifier of the data source connector.

    

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

    The identifier of Amazon Q Business application the data source is connected to.

    

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

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

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'executionId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **executionId** *(string) --* 

        The identifier for a particular synchronization job.

        
  
  **Exceptions**
  
  *   :py:class:`QBusiness.Client.exceptions.InternalServerException`

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

  
  *   :py:class:`QBusiness.Client.exceptions.ConflictException`

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

  
  *   :py:class:`QBusiness.Client.exceptions.ValidationException`

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

  
  *   :py:class:`QBusiness.Client.exceptions.ServiceQuotaExceededException`

  