AWS::Bedrock::FlowVersionCreates a version of the flow that you can deploy. For more information, see [Deploy a flow in Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/flows-deploy.html) in the Amazon Bedrock User Guide.
import { CfnFlowVersion } from 'aws-cdk-lib/aws-bedrock';Or use the module namespace:
import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnFlowVersionConfiguration passed to the constructor as CfnFlowVersionProps.
flowArnRequiredstringThe Amazon Resource Name (ARN) of the flow that the version belongs to.
descriptionOptionalstringThe description of the flow version.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockAWS::Bedrock::FlowVersion