aws.kendra.list_data_sources
Example SQL Queries
SELECT * FROMaws.kendra.list_data_sourcesWHERE"index_id" = 'VALUE';Description
Lists the data source connectors that you have created.
Table Definition
| Column Name | Column Data Type |
|---|---|
| index_id Required Input Column The identifier of the index used with one or more data source connectors. | VARCHAR |
| max_results Input Column The maximum number of data source connectors 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 data source connectors. | 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 |
| summary_items An array of summary information for one or more data source connector. | STRUCT( |
Show child fields
| |