aws.bedrock_agent.list_flows
Example SQL Queries
SELECT * FROMaws.bedrock_agent.list_flows;Description
Returns a list of flows and information about each flow. For more information, see Manage a flow in Amazon Bedrock in the Amazon Bedrock User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 A description of the flow. | VARCHAR |
| id The unique identifier of the flow. | VARCHAR |
| name The name of the flow. | VARCHAR |
| status The status of the flow. The following statuses are possible:
| VARCHAR |
| updated_at The time at which the flow was last updated. | TIMESTAMP_S |
| version The latest version of the flow. | VARCHAR |