aws.kendra.list_featured_results_sets
Example SQL Queries
SELECT * FROMaws.kendra.list_featured_results_setsWHERE"index_id" = 'VALUE';Description
Lists all your sets of featured results for a given index. Features results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
Table Definition
| Column Name | Column Data Type |
|---|---|
| index_id Required Input Column The identifier of the index used for featuring results. | VARCHAR |
| max_results Input Column The maximum number of featured results sets to return. | BIGINT |
| next_token Input Column If the response is truncated, Amazon Kendra returns a pagination token in the response. | 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 |
| featured_results_set_summary_items An array of summary information for one or more featured results sets. | STRUCT( |
Show child fields
| |