QBusiness / Client / stop_data_source_sync_job

stop_data_source_sync_job#

QBusiness.Client.stop_data_source_sync_job(**kwargs)#

Stops an Amazon Q Business data source connector synchronization job already in progress.

See also: AWS API Documentation

Request Syntax

response = client.stop_data_source_sync_job(
    applicationId='string',
    dataSourceId='string',
    indexId='string'
)
Parameters:
  • applicationId (string) –

    [REQUIRED]

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

  • dataSourceId (string) –

    [REQUIRED]

    The identifier of the data source connector.

  • indexId (string) –

    [REQUIRED]

    The identifier of the index used with the Amazon Q Business data source connector.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions