aws.bedrock_agent.list_agents
Example SQL Queries
SELECT * FROMaws.bedrock_agent.list_agents;Description
Lists the agents belonging to an account and information about each agent.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| agent_id The unique identifier of the agent. | VARCHAR |
| agent_name The name of the agent. | VARCHAR |
| agent_status The status of the agent. | VARCHAR |
| description The description of the agent. | VARCHAR |
| guardrail_configuration Details about the guardrail associated with the agent. | STRUCT( |
Show child fields
| |
| latest_agent_version The latest version of the agent. | VARCHAR |
| updated_at The time at which the agent was last updated. | TIMESTAMP_S |