
Last chance! 50% off unlimited learning
Sale ends in
Gets statistics about synchronizing a data source connector.
See https://www.paws-r-sdk.com/docs/kendra_list_data_source_sync_jobs/ for full documentation.
kendra_list_data_source_sync_jobs(
Id,
IndexId,
NextToken = NULL,
MaxResults = NULL,
StartTimeFilter = NULL,
StatusFilter = NULL
)
[required] The identifier of the data source connector.
[required] The identifier of the index used with the data source connector.
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of jobs.
The maximum number of synchronization jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
Only returns synchronization jobs with the Status
field equal to the
specified status.