AWS::Bedrock::Flow LoopControllerFlowNodeConfiguration - 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::Flow LoopControllerFlowNodeConfiguration

Contains configurations for the controller node of a DoWhile loop in the flow.

Syntax

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

Properties

ContinueCondition

Specifies the condition that determines when the flow exits the DoWhile loop. The loop executes until this condition evaluates to true.

Required: Yes

Type: FlowCondition

Update requires: No interruption

MaxIterations

Specifies the maximum number of times the DoWhile loop can iterate before the flow exits the loop.

Required: No

Type: Number

Minimum: 1

Maximum: 1000

Update requires: No interruption