aws.bedrock_agent.get_flow
Example SQL Queries
SELECT * FROMaws.bedrock_agent.get_flowWHERE"flow_identifier" = 'VALUE';Description
Retrieves information about a flow. For more information, see Manage 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. | VARCHAR |
| created_at The time at which the flow was created. | TIMESTAMP_S |
| customer_encryption_key_arn The Amazon Resource Name (ARN) of the KMS key that the flow is encrypted with. | VARCHAR |
| definition The definition of the nodes and connections between the nodes in the flow. | STRUCT( |
Show child fields
| |
| description The description of the flow. | VARCHAR |
| execution_role_arn The Amazon Resource Name (ARN) of the service role with permissions to create a flow. For more information, see Create a service row for flows in the Amazon Bedrock User Guide. | 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 |
| validations A list of validation error messages related to the last failed operation on the flow. | STRUCT( |
Show child fields
| |
| version The version of the flow for which information was retrieved. | VARCHAR |