AWS::Bedrock::Flow LoopControllerFlowNodeConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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