aws.kendra.list_thesauri
Example SQL Queries
SELECT * FROMaws.kendra.list_thesauriWHERE"index_id" = 'VALUE';Description
Lists the thesauri for an index.
Table Definition
| Column Name | Column Data Type |
|---|---|
| index_id Required Input Column The identifier of the index with one or more thesauri. | VARCHAR |
| max_results Input Column The maximum number of thesauri to return. | BIGINT |
| next_token Input Column If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of thesauri. | 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 |
| thesaurus_summary_items An array of summary information for a thesaurus or multiple thesauri. | STRUCT( |
Show child fields
| |