aws.qbusiness.list_data_sources
Example SQL Queries
SELECT * FROMaws.qbusiness.list_data_sourcesWHERE"application_id" = 'VALUE'AND "index_id" = 'VALUE';Description
Lists the Amazon Q Business data source connectors that you have created.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The identifier of the Amazon Q Business application linked to the data source connectors. | VARCHAR |
| index_id Required Input Column The identifier of the index used with one or more 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 |
| created_at The Unix timestamp when the Amazon Q Business data source was created. | TIMESTAMP_S |
| data_source_id The identifier of the Amazon Q Business data source. | VARCHAR |
| display_name The name of the Amazon Q Business data source. | VARCHAR |
| status The status of the Amazon Q Business data source. | VARCHAR |
| type The type of the Amazon Q Business data source. | VARCHAR |
| updated_at The Unix timestamp when the Amazon Q Business data source was last updated. | TIMESTAMP_S |