AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the GetDurableExecutionHistory operation. Retrieves the execution history for a durable execution, showing all the steps, callbacks, and events that occurred during the execution. This provides a detailed audit trail of the execution's progress over time.
The history is available while the execution is running and for a retention period after it completes (1-90 days, default 30 days). You can control whether to include execution data such as step results and callback payloads.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z
public class GetDurableExecutionHistoryRequest : AmazonLambdaRequest IAmazonWebServiceRequest
The GetDurableExecutionHistoryRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
GetDurableExecutionHistoryRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
DurableExecutionArn | System.String |
Gets and sets the property DurableExecutionArn. The Amazon Resource Name (ARN) of the durable execution. |
|
IncludeExecutionData | System.Boolean |
Gets and sets the property IncludeExecutionData.
Specifies whether to include execution data such as step results and callback payloads
in the history events. Set to |
|
Marker | System.String |
Gets and sets the property Marker.
If |
|
MaxItems | System.Int32 |
Gets and sets the property MaxItems.
The maximum number of history events to return per call. You can use |
|
ReverseOrder | System.Boolean |
Gets and sets the property ReverseOrder.
When set to |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5