aws.bedrock_agent.get_agent_alias
Example SQL Queries
SELECT * FROMaws.bedrock_agent.get_agent_aliasWHERE"agent_alias_id" = 'VALUE'AND "agent_id" = 'VALUE';Description
Gets information about an alias of an agent.
Table Definition
| Column Name | Column Data Type |
|---|---|
| agent_alias_id Required Input Column The unique identifier of the alias for which to get information. | VARCHAR |
| agent_id Required Input Column The unique identifier of the agent to which the alias to get information 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
| |
| agent_alias Contains information about the alias. | STRUCT( |
Show child fields
| |