kendra_list_groups_older_than_ordering_id: Provides a list of groups that are mapped to users before a...

View source: R/kendra_operations.R

kendra_list_groups_older_than_ordering_idR Documentation

Provides a list of groups that are mapped to users before a given ordering or timestamp identifier

Description

Provides a list of groups that are mapped to users before a given ordering or timestamp identifier.

See https://www.paws-r-sdk.com/docs/kendra_list_groups_older_than_ordering_id/ for full documentation.

Usage

kendra_list_groups_older_than_ordering_id(
  IndexId,
  DataSourceId = NULL,
  OrderingId,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

IndexId

[required] The identifier of the index for getting a list of groups mapped to users before a given ordering or timestamp identifier.

DataSourceId

The identifier of the data source for getting a list of groups mapped to users before a given ordering timestamp identifier.

OrderingId

[required] The timestamp identifier used for the latest PUT or DELETE action for mapping users to their groups.

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 groups that are mapped to users before a given ordering or timestamp identifier.

MaxResults

The maximum number of returned groups that are mapped to users before a given ordering or timestamp identifier.


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