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

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

Syntax

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