Skip to content

Bedrock Agent Runtime  >  Structures  >  FlowExecutionInputEvent

FlowExecutionInputEvent

Structure Class

FlowExecutionInputEvent dataclass

Contains information about the inputs provided to the flow at the start of a flow execution.

Note

Flow executions is in preview release for Amazon Bedrock and is subject to change.

Attributes

fields instance-attribute
fields: list[FlowInputField]

A list of input fields provided to the flow.

node_name instance-attribute
node_name: str

The name of the node that receives the inputs.

timestamp instance-attribute
timestamp: datetime

The timestamp when the inputs are provided.