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

The configuration of a connection between a condition node and another node.

Syntax

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