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.
Information about a durable execution.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z
public class Execution
The Execution type exposes the following members
| Name | Description | |
|---|---|---|
|
Execution() |
| Name | Type | Description | |
|---|---|---|---|
|
DurableExecutionArn | System.String |
Gets and sets the property DurableExecutionArn. The Amazon Resource Name (ARN) of the durable execution, if this execution is a durable execution. |
|
DurableExecutionName | System.String |
Gets and sets the property DurableExecutionName. The unique name of the durable execution, if one was provided when the execution was started. |
|
EndTimestamp | System.Nullable<System.DateTime> |
Gets and sets the property EndTimestamp. The date and time when the durable execution ended, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). |
|
FunctionArn | System.String |
Gets and sets the property FunctionArn. The Amazon Resource Name (ARN) of the Lambda function. |
|
KMSKeyArn | System.String |
Gets and sets the property KMSKeyArn. The 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. |
|
StartTimestamp | System.Nullable<System.DateTime> |
Gets and sets the property StartTimestamp. The date and time when the durable execution started, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). |
|
Status | Amazon.Lambda.ExecutionStatus |
Gets and sets the property Status. The current status of the durable execution. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer