AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Lambda.AmazonLambdaRequest
      Amazon.Lambda.Model.GetDurableExecutionHistoryRequest

Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z

Syntax

C#
public class GetDurableExecutionHistoryRequest : AmazonLambdaRequest
         IAmazonWebServiceRequest

The GetDurableExecutionHistoryRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DurableExecutionArn System.String

Gets and sets the property DurableExecutionArn.

The Amazon Resource Name (ARN) of the durable execution.

Public Property 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 true to include data, or false to exclude it for a more compact response. The default is true.

Public Property Marker System.String

Gets and sets the property Marker.

If NextMarker was returned from a previous request, use this value to retrieve the next page of results. Each pagination token expires after 24 hours.

Public Property MaxItems System.Int32

Gets and sets the property MaxItems.

The maximum number of history events to return per call. You can use Marker to retrieve additional pages of results. The default is 100 and the maximum allowed is 1000. A value of 0 uses the default.

Public Property ReverseOrder System.Boolean

Gets and sets the property ReverseOrder.

When set to true, returns the history events in reverse chronological order (newest first). By default, events are returned in chronological order (oldest first).

Version Information

.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