AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Bedrock::FlowVersion

CfnFlowVersion

Creates 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

import { CfnFlowVersion } from 'aws-cdk-lib/aws-bedrock';

Or use the module namespace:

import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnFlowVersion

Properties

Configuration passed to the constructor as CfnFlowVersionProps.

flowArnRequired
string

The Amazon Resource Name (ARN) of the flow that the version belongs to.

descriptionOptional
string

The description of the flow version.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter