aws.bedrock_agent.list_agent_aliases
Example SQL Queries
SELECT * FROMaws.bedrock_agent.list_agent_aliasesWHERE"agent_id" = 'VALUE';Description
Lists the aliases of 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. | 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_alias_id Contains details about | VARCHAR |
| agent_alias_name The name of the alias. | VARCHAR |
| agent_alias_status The status of the alias. | VARCHAR |
| created_at The time at which the alias of the agent was created. | TIMESTAMP_S |
| description The description of the alias. | VARCHAR |
| routing_configuration Contains details about the version of the agent with which the alias is associated. | STRUCT( |
Show child fields
| |
| updated_at The time at which the alias was last updated. | TIMESTAMP_S |