aws.bedrock_agent.list_flow_versions
Example SQL Queries
SELECT * FROMaws.bedrock_agent.list_flow_versionsWHERE"flow_identifier" = 'VALUE';Description
Returns a list of information about each flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| flow_identifier Required Input Column The unique identifier of the flow. | 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 that the version belongs to. | VARCHAR |
| created_at The time at the version was created. | TIMESTAMP_S |
| id The unique identifier of the flow. | VARCHAR |
| status The status of the flow. | VARCHAR |
| version The version of the flow. | VARCHAR |