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.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z
public class ListDurableExecutionsByFunctionRequest : AmazonLambdaRequest IAmazonWebServiceRequest
The ListDurableExecutionsByFunctionRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
ListDurableExecutionsByFunctionRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
DurableExecutionName | System.String |
Gets and sets the property DurableExecutionName. Filter executions by name. Only executions with names that contain this string are returned. |
|
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. |
|
Marker | System.String |
Gets and sets the property Marker. Pagination token from a previous request to continue retrieving results. |
|
MaxItems | System.Int32 |
Gets and sets the property MaxItems. Maximum number of executions to return (1-1000). Default is 100. |
|
Qualifier | System.String |
Gets and sets the property Qualifier. The function version or alias. If not specified, lists executions for the $LATEST version. |
|
ReverseOrder | System.Boolean |
Gets and sets the property ReverseOrder. Set to true to return results in reverse chronological order (newest first). Default is false. |
|
StartedAfter | System.DateTime |
Gets and sets the property StartedAfter. Filter executions that started after this timestamp (ISO 8601 format). |
|
StartedBefore | System.DateTime |
Gets and sets the property StartedBefore. Filter executions that started before this timestamp (ISO 8601 format). |
|
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. |
.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