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.

An event that occurred during the execution of a durable function.

Inheritance Hierarchy

System.Object
  Amazon.Lambda.Model.Event

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

Syntax

C#
public class Event

The Event type exposes the following members

Constructors

NameDescription
Public Method Event()

Properties

NameTypeDescription
Public Property CallbackFailedDetails Amazon.Lambda.Model.CallbackFailedDetails

Gets and sets the property CallbackFailedDetails.

Public Property CallbackStartedDetails Amazon.Lambda.Model.CallbackStartedDetails

Gets and sets the property CallbackStartedDetails.

Public Property CallbackSucceededDetails Amazon.Lambda.Model.CallbackSucceededDetails

Gets and sets the property CallbackSucceededDetails.

Public Property CallbackTimedOutDetails Amazon.Lambda.Model.CallbackTimedOutDetails

Gets and sets the property CallbackTimedOutDetails.

Public Property ChainedInvokeFailedDetails Amazon.Lambda.Model.ChainedInvokeFailedDetails

Gets and sets the property ChainedInvokeFailedDetails.

Public Property ChainedInvokeStartedDetails Amazon.Lambda.Model.ChainedInvokeStartedDetails

Gets and sets the property ChainedInvokeStartedDetails.

Public Property ChainedInvokeStoppedDetails Amazon.Lambda.Model.ChainedInvokeStoppedDetails

Gets and sets the property ChainedInvokeStoppedDetails.

Details about a chained invocation that was stopped.

Public Property ChainedInvokeSucceededDetails Amazon.Lambda.Model.ChainedInvokeSucceededDetails

Gets and sets the property ChainedInvokeSucceededDetails.

Details about a chained invocation that succeeded.

Public Property ChainedInvokeTimedOutDetails Amazon.Lambda.Model.ChainedInvokeTimedOutDetails

Gets and sets the property ChainedInvokeTimedOutDetails.

Details about a chained invocation that timed out.

Public Property ContextFailedDetails Amazon.Lambda.Model.ContextFailedDetails

Gets and sets the property ContextFailedDetails.

Details about a context that failed.

Public Property ContextStartedDetails Amazon.Lambda.Model.ContextStartedDetails

Gets and sets the property ContextStartedDetails.

Details about a context that started.

Public Property ContextSucceededDetails Amazon.Lambda.Model.ContextSucceededDetails

Gets and sets the property ContextSucceededDetails.

Details about a context that succeeded.

Public Property EventId System.Int32

Gets and sets the property EventId.

The unique identifier for this event. Event IDs increment sequentially.

Public Property EventTimestamp System.DateTime

Gets and sets the property EventTimestamp.

The date and time when this event occurred, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Public Property EventType Amazon.Lambda.EventType

Gets and sets the property EventType.

The type of event that occurred.

Public Property ExecutionFailedDetails Amazon.Lambda.Model.ExecutionFailedDetails

Gets and sets the property ExecutionFailedDetails.

Details about an execution that failed.

Public Property ExecutionStartedDetails Amazon.Lambda.Model.ExecutionStartedDetails

Gets and sets the property ExecutionStartedDetails.

Details about an execution that started.

Public Property ExecutionStoppedDetails Amazon.Lambda.Model.ExecutionStoppedDetails

Gets and sets the property ExecutionStoppedDetails.

Details about an execution that was stopped.

Public Property ExecutionSucceededDetails Amazon.Lambda.Model.ExecutionSucceededDetails

Gets and sets the property ExecutionSucceededDetails.

Details about an execution that succeeded.

Public Property ExecutionTimedOutDetails Amazon.Lambda.Model.ExecutionTimedOutDetails

Gets and sets the property ExecutionTimedOutDetails.

Details about an execution that timed out.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for this operation.

Public Property InvocationCompletedDetails Amazon.Lambda.Model.InvocationCompletedDetails

Gets and sets the property InvocationCompletedDetails.

Details about a function invocation that completed.

Public Property Name System.String

Gets and sets the property Name.

The customer-provided name for this operation.

Public Property ParentId System.String

Gets and sets the property ParentId.

The unique identifier of the parent operation, if this operation is running within a child context.

Public Property StepFailedDetails Amazon.Lambda.Model.StepFailedDetails

Gets and sets the property StepFailedDetails.

Details about a step that failed.

Public Property StepStartedDetails Amazon.Lambda.Model.StepStartedDetails

Gets and sets the property StepStartedDetails.

Details about a step that started.

Public Property StepSucceededDetails Amazon.Lambda.Model.StepSucceededDetails

Gets and sets the property StepSucceededDetails.

Details about a step that succeeded.

Public Property SubType System.String

Gets and sets the property SubType.

The subtype of the event, providing additional categorization.

Public Property WaitCancelledDetails Amazon.Lambda.Model.WaitCancelledDetails

Gets and sets the property WaitCancelledDetails.

Details about a wait operation that was cancelled.

Public Property WaitStartedDetails Amazon.Lambda.Model.WaitStartedDetails

Gets and sets the property WaitStartedDetails.

Details about a wait operation that started.

Public Property WaitSucceededDetails Amazon.Lambda.Model.WaitSucceededDetails

Gets and sets the property WaitSucceededDetails.

Details about a wait operation that succeeded.

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