aws.bedrock_agent.get_flow_version
Example SQL Queries
SELECT * FROMaws.bedrock_agent.get_flow_versionWHERE"flow_identifier" = 'VALUE'AND "flow_version" = 'VALUE';Description
Retrieves information about a version of 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 |
|---|---|
| flow_identifier Required Input Column The unique identifier of the flow for which to get information. | VARCHAR |
| flow_version Required Input Column The version of the flow for which to get information. | 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 version of the flow is encrypted with. | VARCHAR |
| definition The definition of the nodes and connections between 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 role for flows in Amazon Bedrock in the Amazon Bedrock User Guide. | VARCHAR |
| id The unique identifier of the flow. | VARCHAR |
| name The name of the version. | VARCHAR |
| status The status of the flow. | VARCHAR |
| version The version of the flow for which information was retrieved. | VARCHAR |