groups_older_than_ordering_ids
Creates, updates, deletes, gets or lists a groups_older_than_ordering_ids resource.
Overview
| Name | groups_older_than_ordering_ids |
| Type | Resource |
| Id | aws.kendra.groups_older_than_ordering_ids |
Fields
The following fields are returned by SELECT queries:
- list_groups_older_than_ordering_id
| Name | Datatype | Description |
|---|---|---|
groups_summaries | array | Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier. |
next_token | string | If 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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list_groups_older_than_ordering_id | select | region | 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. |
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.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- list_groups_older_than_ordering_id
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
;