Skip to main content

entity_personas

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

Overview

Nameentity_personas
TypeResource
Idaws.kendra.entity_personas

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_entity_personasselectregionLists specific permissions of users and groups with access to your Amazon Kendra experience.

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 specific permissions of users and groups with access to your Amazon Kendra experience.

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