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