Skip to content

Bedrock Agent  >  Structures  >  FlowDataConnectionConfiguration

FlowDataConnectionConfiguration

Structure Class

FlowDataConnectionConfiguration dataclass

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

Attributes

source_output instance-attribute
source_output: str

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

target_input instance-attribute
target_input: str

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