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

Defines a condition in the condition node.

Syntax

To declare this entity in your 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