AWS::Bedrock::Flow FlowConnection
Contains information about a connection between two nodes in the flow.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Configuration" :
FlowConnectionConfiguration
, "Name" :String
, "Source" :String
, "Target" :String
, "Type" :String
}
YAML
Configuration:
FlowConnectionConfiguration
Name:String
Source:String
Target:String
Type:String
Properties
Configuration
-
The configuration of the connection.
Required: No
Type: FlowConnectionConfiguration
Update requires: No interruption
Name
-
A name for the connection that you can reference.
Required: Yes
Type: String
Pattern:
^[a-zA-Z]([_]?[0-9a-zA-Z]){1,100}$
Update requires: No interruption
Source
-
The node that the connection starts at.
Required: Yes
Type: String
Pattern:
^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$
Update requires: No interruption
Target
-
The node that the connection ends at.
Required: Yes
Type: String
Pattern:
^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$
Update requires: No interruption
Type
-
Whether the source node that the connection begins from is a condition node (
Conditional
) or not (Data
).Required: Yes
Type: String
Allowed values:
Data | Conditional
Update requires: No interruption