GetDurableExecutionResponse
The response from the GetDurableExecution operation, containing detailed information about the durable execution.
Types
Properties
Configuration settings for the durable execution, including execution timeout, retention period for execution history, and an optional ARN of the Key Management Service (KMS) customer managed key that is used to encrypt your durable execution's payload data, including input, output, and error payloads.
The Amazon Resource Name (ARN) of the durable execution.
The name of the durable execution. This is either the name you provided when invoking the function, or a system-generated unique identifier if no name was provided.
The date and time when the durable execution ended, in Unix timestamp format. This field is only present if the execution has completed (status is SUCCEEDED, FAILED, TIMED_OUT, or STOPPED).
Error information if the durable execution failed. This field is only present when the execution status is FAILED, TIMED_OUT, or STOPPED. The combined size of all error fields is limited to 256 KB.
Indicates whether execution data is included in this response. Returns false when IncludeExecutionData is set to false in the request.
The Amazon Resource Name (ARN) of the Lambda function that was invoked to start this durable execution.
The JSON input payload that was provided when the durable execution was started. For asynchronous invocations, this is limited to 256 KB. For synchronous invocations, this can be up to 6 MB.
The date and time when the durable execution started, in Unix timestamp format.
The current status of the durable execution. Valid values are RUNNING, SUCCEEDED, FAILED, TIMED_OUT, and STOPPED.
The trace headers associated with the durable execution.