Skip to content

Bedrock Agent  >  Structures  >  FlowNodeOutput

FlowNodeOutput

Structure Class

FlowNodeOutput dataclass

Contains configurations for an output from a node.

Attributes

name instance-attribute
name: str

A name for the output that you can reference.

type instance-attribute

The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.