aws.kendra.list_faqs
Example SQL Queries
SELECT * FROMaws.kendra.list_faqsWHERE"index_id" = 'VALUE';Description
Gets a list of FAQ lists associated with an index.
Table Definition
| Column Name | Column Data Type |
|---|---|
| index_id Required Input Column The index that contains the FAQ lists. | VARCHAR |
| max_results Input Column The maximum number of FAQs to return in the response. If there are fewer results in the list, this response contains only the actual results. | 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 FAQs. | 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 |
| faq_summary_items information about the FAQs associated with the specified index. | STRUCT( |
Show child fields
| |