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

Defines a condition in the condition node.

Syntax

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