AWS::Bedrock::FlowAlias FlowAliasConcurrencyConfiguration - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Bedrock::FlowAlias FlowAliasConcurrencyConfiguration

Determines how multiple nodes in a flow can run in parallel. Running nodes concurrently can improve your flow's performance.

Syntax

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

JSON

{ "MaxConcurrency" : Number, "Type" : String }

YAML

MaxConcurrency: Number Type: String

Properties

MaxConcurrency

The maximum number of nodes that can be executed concurrently in the flow.

Required: No

Type: Number

Minimum: 1

Maximum: 100

Update requires: No interruption

Type

The type of concurrency to use for parallel node execution. Specify one of the following options:

  • Automatic - Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies.

  • Manual - You specify which nodes can be executed in parallel.

Required: Yes

Type: String

Allowed values: Automatic | Manual

Update requires: No interruption