aws.kendra.list_indices
Example SQL Queries
SELECT * FROMaws.kendra.list_indices;Description
Lists the Amazon Kendra indexes that you created.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of indices 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 indexes. | 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 |
| index_configuration_summary_items An array of summary information on the configuration of one or more indexes. | STRUCT( |
Show child fields
| |