aws.bedrock_agent.get_flow_alias
Example SQL Queries
SELECT * FROMaws.bedrock_agent.get_flow_aliasWHERE"alias_identifier" = 'VALUE'AND "flow_identifier" = 'VALUE';Description
Retrieves information about a flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| alias_identifier Required Input Column The unique identifier of the alias for which to retrieve information. | VARCHAR |
| flow_identifier Required Input Column The unique identifier of the flow that the alias belongs to. | 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 flow. | VARCHAR |
| created_at The time at which the flow was created. | TIMESTAMP_S |
| description The description of the flow. | VARCHAR |
| flow_id The unique identifier of the flow that the alias belongs to. | VARCHAR |
| id The unique identifier of the alias of the flow. | VARCHAR |
| name The name of the alias. | VARCHAR |
| routing_configuration Contains information about the version that the alias is mapped to. | STRUCT( |
Show child fields
| |
| updated_at The time at which the alias was last updated. | TIMESTAMP_S |