aws.bedrock_agent.list_agent_versions
Example SQL Queries
SELECT * FROMaws.bedrock_agent.list_agent_versionsWHERE"agent_id" = 'VALUE';Description
Lists the versions of an agent and information about each version.
Table Definition
| Column Name | Column Data Type |
|---|---|
| agent_id Required Input Column The unique identifier of the agent. | 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
| |
| agent_name The name of the agent to which the version belongs. | VARCHAR |
| agent_status The status of the agent to which the version belongs. | VARCHAR |
| agent_version The version of the agent. | VARCHAR |
| created_at The time at which the version was created. | TIMESTAMP_S |
| description The description of the version of the agent. | VARCHAR |
| guardrail_configuration Details about the guardrail associated with the agent. | STRUCT( |
Show child fields
| |
| updated_at The time at which the version was last updated. | TIMESTAMP_S |