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.

Information about a durable execution.

Inheritance Hierarchy

System.Object
  Amazon.Lambda.Model.Execution

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

Syntax

C#
public class Execution

The Execution type exposes the following members

Constructors

NameDescription
Public Method Execution()

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Public Property EndTimestamp 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).

Public Property FunctionArn System.String

Gets and sets the property FunctionArn.

The Amazon Resource Name (ARN) of the Lambda function.

Public Property StartTimestamp 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).

Public Property Status Amazon.Lambda.ExecutionStatus

Gets and sets the property Status.

The current status of the durable execution.

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