aws.bedrock_agent.list_flow_aliases
Example SQL Queries
SELECT * FROMaws.bedrock_agent.list_flow_aliasesWHERE"flow_identifier" = 'VALUE';Description
Returns a list of aliases for a flow.
Table Definition
| Column Name | Column Data Type |
|---|---|
| flow_identifier Required Input Column The unique identifier of the flow for which aliases are being returned. | 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
| |
| arn The Amazon Resource Name (ARN) of the alias. | VARCHAR |
| created_at The time at which the alias was created. | TIMESTAMP_S |
| description A description of the alias. | VARCHAR |
| flow_id The unique identifier of the flow. | VARCHAR |
| id The unique identifier of the alias of the flow. | VARCHAR |
| name The name of the alias. | VARCHAR |
| routing_configuration A list of configurations about the versions that the alias maps to. Currently, you can only specify one. | STRUCT( |
Show child fields
| |
| updated_at The time at which the alias was last updated. | TIMESTAMP_S |