Skip to content

Bedrock Agent  >  Structures  >  ConditionFlowNodeConfiguration

ConditionFlowNodeConfiguration

Structure Class

ConditionFlowNodeConfiguration dataclass

Defines a condition node in your flow. You can specify conditions that determine which node comes next in the flow. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Attributes

conditions instance-attribute
conditions: list[FlowCondition]

An array of conditions. Each member contains the name of a condition and an expression that defines the condition.