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 ListDurableExecutionsByFunction operation. Returns a list of durable executions for a specified Lambda function. You can filter the results by execution name, status, and start time range. This API supports pagination for large result sets.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListDurableExecutionsByFunctionRequest : AmazonLambdaRequest
         IAmazonWebServiceRequest

The ListDurableExecutionsByFunctionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DurableExecutionName System.String

Gets and sets the property DurableExecutionName.

Filter executions by name. Only executions with names that contain this string are returned.

Public Property FunctionName System.String

Gets and sets the property FunctionName.

The name or ARN of the Lambda function. You can specify a function name, a partial ARN, or a full ARN.

Public Property Marker System.String

Gets and sets the property Marker.

Pagination token from a previous request to continue retrieving results.

Public Property MaxItems System.Int32

Gets and sets the property MaxItems.

Maximum number of executions to return (1-1000). Default is 100.

Public Property Qualifier System.String

Gets and sets the property Qualifier.

The function version or alias. If not specified, lists executions for the $LATEST version.

Public Property ReverseOrder System.Boolean

Gets and sets the property ReverseOrder.

Set to true to return results in reverse chronological order (newest first). Default is false.

Public Property StartedAfter System.DateTime

Gets and sets the property StartedAfter.

Filter executions that started after this timestamp (ISO 8601 format).

Public Property StartedBefore System.DateTime

Gets and sets the property StartedBefore.

Filter executions that started before this timestamp (ISO 8601 format).

Public Property Statuses System.Collections.Generic.List<System.String>

Gets and sets the property Statuses.

Filter executions by status. Valid values: RUNNING, SUCCEEDED, FAILED, TIMED_OUT, STOPPED.

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