aws.bedrock_agent.list_agent_knowledge_bases
Example SQL Queries
SELECT * FROMaws.bedrock_agent.list_agent_knowledge_basesWHERE"agent_id" = 'VALUE'AND "agent_version" = 'VALUE';Description
Lists knowledge bases associated with an agent and information about each one.
Table Definition
| Column Name | Column Data Type |
|---|---|
| agent_id Required Input Column The unique identifier of the agent for which to return information about knowledge bases associated with it. | VARCHAR |
| agent_version Required Input Column The version of the agent for which to return information about knowledge bases associated with it. | 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
| |
| description The description of the knowledge base associated with an agent. | VARCHAR |
| knowledge_base_id The unique identifier of the knowledge base associated with an agent. | VARCHAR |
| knowledge_base_state Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request. | VARCHAR |
| updated_at The time at which the knowledge base associated with an agent was last updated. | TIMESTAMP_S |