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

The configuration of a connection between a condition node and another node.

Syntax

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

JSON

{ "Condition" : String }

YAML

Condition: String

Properties

Condition

The condition that triggers this connection. For more information about how to write conditions, see the Condition node type in the Node types topic in the Amazon Bedrock User Guide.

Required: Yes

Type: String

Pattern: ^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$

Update requires: No interruption