aws.kendra.list_experience_entities
Example SQL Queries
SELECT * FROMaws.kendra.list_experience_entitiesWHERE"id" = 'VALUE'AND "index_id" = 'VALUE';Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The identifier of your Amazon Kendra experience. | VARCHAR |
| index_id Required Input Column The identifier of the index for your Amazon Kendra experience. | VARCHAR |
| next_token Input Column If 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. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| summary_items An array of summary information for one or more users or groups. | STRUCT( |
Show child fields
| |