aws.kendra.list_experiences
Example SQL Queries
SELECT * FROMaws.kendra.list_experiencesWHERE"index_id" = 'VALUE';Description
Lists one or more Amazon Kendra experiences. 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 |
|---|---|
| index_id Required Input Column The identifier of the index for your Amazon Kendra experience. | VARCHAR |
| max_results Input Column The maximum number of returned Amazon Kendra experiences. | BIGINT |
| 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 Amazon Kendra experiences. | 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 Amazon Kendra experiences. | STRUCT( |
Show child fields
| |