AWS::Bedrock::Flow FlowConditionalConnectionConfiguration
The configuration of a connection between a condition node and another node.
Syntax
To declare this entity in your AWS 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