---
type: resource-type
title: FlowVersion
description: aws resource type AWS::Bedrock::FlowVersion
name: FlowVersion
lexicon: aws
resource_type: AWS::Bedrock::FlowVersion
---
`AWS::Bedrock::FlowVersion`, a resource type of the aws lexicon.

## Properties

- `FlowArn` (`string`, required): Arn representation of the Flow
- `CreatedAt` (`string`, optional): Time Stamp.
- `CustomerEncryptionKeyArn` (`string`, optional): A KMS key ARN
- `Definition` (`FlowVersion_FlowDefinition`, optional)
- `Description` (`string`, optional): Description of the flow version
- `ExecutionRoleArn` (`string`, optional): ARN of a IAM role
- `FlowId` (`string`, optional): Identifier for a Flow
- `Name` (`string`, optional): Name for the flow
- `Status` (`FlowVersion_FlowStatus`, optional)
- `Version` (`string`, optional): Numerical Version.

## Attributes

- `CreatedAt`
- `CustomerEncryptionKeyArn`
- `Definition`
- `ExecutionRoleArn`
- `FlowId`
- `Name`
- `Status`
- `Version`
