AWS::Bedrock::FlowVersion - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Bedrock::FlowVersion

Creates a version of the flow that you can deploy. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Bedrock::FlowVersion", "Properties" : { "Description" : String, "FlowArn" : String } }

YAML

Type: AWS::Bedrock::FlowVersion Properties: Description: String FlowArn: String

Properties

Description

Property description not available.

Required: No

Type: String

Minimum: 1

Maximum: 200

Update requires: Replacement

FlowArn

Property description not available.

Required: Yes

Type: String

Pattern: ^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}$

Update requires: Replacement

Return values

Ref

Fn::GetAtt

CreatedAt

The time at the flow version was created.

ExecutionRoleArn

Property description not available.

FlowId

Property description not available.

Name

Property description not available.

Status

The status of the flow.

Version

The version of the flow.