AWS::Bedrock::Flow FlowDataConnectionConfiguration - AWS CloudFormation

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 AWS 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