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

The configuration of a connection originating from a node that isn't a Condition node.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "SourceOutput" : String, "TargetInput" : String }

YAML

SourceOutput: String TargetInput: String

Properties

SourceOutput

The name of the output in the source node that the connection begins from.

Required: Yes

Type: String

Pattern: ^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$

Update requires: No interruption

TargetInput

The name of the input in the target node that the connection ends at.

Required: Yes

Type: String

Pattern: ^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$

Update requires: No interruption