Gets statistics about synchronizing a data source connector
Source:R/kendra_operations.R
kendra_list_data_source_sync_jobs.RdGets statistics about synchronizing a data source connector.
See https://www.paws-r-sdk.com/docs/kendra_list_data_source_sync_jobs/ for full documentation.
Usage
kendra_list_data_source_sync_jobs(
Id,
IndexId,
NextToken = NULL,
MaxResults = NULL,
StartTimeFilter = NULL,
StatusFilter = NULL
)Arguments
- Id
[required] The identifier of the data source connector.
- IndexId
[required] The identifier of the index used with the data source connector.
- NextToken
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.
- MaxResults
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.
- StartTimeFilter
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
- StatusFilter
Only returns synchronization jobs with the
Statusfield equal to the specified status.