aws.kendra.list_query_suggestions_block_lists
Example SQL Queries
SELECT * FROMaws.kendra.list_query_suggestions_block_listsWHERE"index_id" = 'VALUE';Description
Lists the block lists used for query suggestions for an index.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
ListQuerySuggestionsBlockLists is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| index_id Required Input Column The identifier of the index for a list of all block lists that exist for that index. For information on the current quota limits for block lists, see Quotas for Amazon Kendra. | VARCHAR |
| max_results Input Column The maximum number of block lists 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 block lists. | 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 |
| block_list_summary_items Summary items for a block list. This includes summary items on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list. For information on the current quota limits for block lists, see Quotas for Amazon Kendra. | STRUCT( |
Show child fields
| |