aws.bedrock_agent.list_data_sources
Example SQL Queries
SELECT * FROMaws.bedrock_agent.list_data_sourcesWHERE"knowledge_base_id" = 'VALUE';Description
Lists the data sources in a knowledge base and information about each one.
Table Definition
| Column Name | Column Data Type |
|---|---|
| knowledge_base_id Required Input Column The unique identifier of the knowledge base to which the data source belongs. | 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
| |
| data_source_id The unique identifier of the data source. | VARCHAR |
| description The description of the data source. | VARCHAR |
| name The name of the data source. | VARCHAR |
| status The status of the data source. | VARCHAR |
| updated_at The time at which the data source was last updated. | TIMESTAMP_S |