kendra_list_data_source_sync_jobs: Gets statistics about synchronizing a data source connector

View source: R/kendra_operations.R

kendra_list_data_source_sync_jobsR Documentation

Gets statistics about synchronizing a data source connector

Description

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.

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 Status field equal to the specified status.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.