Skip to content

Bedrock Agent  >  Structures  >  FlowConnection

FlowConnection

Structure Class

FlowConnection dataclass

Contains information about a connection between two nodes in the flow.

Attributes

configuration class-attribute instance-attribute
configuration: FlowConnectionConfiguration | None = None

The configuration of the connection.

name instance-attribute
name: str

A name for the connection that you can reference.

source instance-attribute
source: str

The node that the connection starts at.

target instance-attribute
target: str

The node that the connection ends at.

type instance-attribute

Whether the source node that the connection begins from is a condition node (Conditional) or not (Data).