Skip to content

Bedrock Agent  >  Structures  >  DuplicateConnectionsFlowValidationDetails

DuplicateConnectionsFlowValidationDetails

Structure Class

DuplicateConnectionsFlowValidationDetails dataclass

Details about duplicate connections found between two nodes in the flow.

Attributes

source instance-attribute
source: str

The name of the source node where the duplicate connection starts.

target instance-attribute
target: str

The name of the target node where the duplicate connection ends.