Skip to content

Lambda  >  Structures  >  ChainedInvokeStartedDetails

ChainedInvokeStartedDetails

Structure Class

ChainedInvokeStartedDetails dataclass

Contains details about a chained function invocation that has started execution, including start time and execution context.

Attributes

durable_execution_arn class-attribute instance-attribute
durable_execution_arn: str | None = None

The Amazon Resource Name (ARN) that identifies the durable execution.

executed_version class-attribute instance-attribute
executed_version: str | None = None

The version of the function that was executed.

function_name instance-attribute
function_name: str

The name or ARN of the Lambda function being invoked.

input class-attribute instance-attribute
input: EventInput | None = None

The JSON input payload provided to the chained invocation.

tenant_id class-attribute instance-attribute
tenant_id: str | None = None

The tenant identifier for the chained invocation.