Skip to main content

experience_entities

Creates, updates, deletes, gets or lists an experience_entities resource.

Overview

Nameexperience_entities
TypeResource
Idaws.kendra.experience_entities

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
next_tokenstringIf the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of users or groups.
summary_itemsarrayAn array of summary information for one or more users or groups.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_experience_entitiesselectregionLists users or groups in your IAM Identity Center identity source that are granted access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.

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

Lists users or groups in your IAM Identity Center identity source that are granted access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.

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