AWS::Bedrock::FlowVersion FlowCondition
Defines a condition in the condition node.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Expression" :
String
, "Name" :String
}
YAML
Expression:
String
Name:String
Properties
Expression
-
Defines the condition. You must refer to at least one of the inputs in the condition. For more information, expand the Condition node section in Node types in prompt flows.
Required: No
Type: String
Minimum:
1
Maximum:
64
Update requires: No interruption
Name
-
A name for the condition that you can reference.
Required: Yes
Type: String
Pattern:
^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$
Update requires: No interruption