Skip to main content

groups_older_than_ordering_ids

Creates, updates, deletes, gets or lists a groups_older_than_ordering_ids resource.

Overview

Namegroups_older_than_ordering_ids
TypeResource
Idaws.kendra.groups_older_than_ordering_ids

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
groups_summariesarraySummary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
next_tokenstringIf the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_groups_older_than_ordering_idselectregionProvides a list of groups that are mapped to users before a given ordering or timestamp identifier. ListGroupsOlderThanOrderingId is currently not supported in the Amazon Web Services GovCloud (US-West) region.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Provides a list of groups that are mapped to users before a given ordering or timestamp identifier. ListGroupsOlderThanOrderingId is currently not supported in the Amazon Web Services GovCloud (US-West) region.

SELECT
groups_summaries,
next_token
FROM aws.kendra.groups_older_than_ordering_ids
WHERE region = '{{ region }}' -- required
;