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.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z
public class Event
The Event type exposes the following members
| Name | Description | |
|---|---|---|
|
Event() |
| Name | Type | Description | |
|---|---|---|---|
|
CallbackFailedDetails | Amazon.Lambda.Model.CallbackFailedDetails |
Gets and sets the property CallbackFailedDetails. |
|
CallbackStartedDetails | Amazon.Lambda.Model.CallbackStartedDetails |
Gets and sets the property CallbackStartedDetails. |
|
CallbackSucceededDetails | Amazon.Lambda.Model.CallbackSucceededDetails |
Gets and sets the property CallbackSucceededDetails. |
|
CallbackTimedOutDetails | Amazon.Lambda.Model.CallbackTimedOutDetails |
Gets and sets the property CallbackTimedOutDetails. |
|
ChainedInvokeFailedDetails | Amazon.Lambda.Model.ChainedInvokeFailedDetails |
Gets and sets the property ChainedInvokeFailedDetails. |
|
ChainedInvokeStartedDetails | Amazon.Lambda.Model.ChainedInvokeStartedDetails |
Gets and sets the property ChainedInvokeStartedDetails. |
|
ChainedInvokeStoppedDetails | Amazon.Lambda.Model.ChainedInvokeStoppedDetails |
Gets and sets the property ChainedInvokeStoppedDetails. Details about a chained invocation that was stopped. |
|
ChainedInvokeSucceededDetails | Amazon.Lambda.Model.ChainedInvokeSucceededDetails |
Gets and sets the property ChainedInvokeSucceededDetails. Details about a chained invocation that succeeded. |
|
ChainedInvokeTimedOutDetails | Amazon.Lambda.Model.ChainedInvokeTimedOutDetails |
Gets and sets the property ChainedInvokeTimedOutDetails. Details about a chained invocation that timed out. |
|
ContextFailedDetails | Amazon.Lambda.Model.ContextFailedDetails |
Gets and sets the property ContextFailedDetails. Details about a context that failed. |
|
ContextStartedDetails | Amazon.Lambda.Model.ContextStartedDetails |
Gets and sets the property ContextStartedDetails. Details about a context that started. |
|
ContextSucceededDetails | Amazon.Lambda.Model.ContextSucceededDetails |
Gets and sets the property ContextSucceededDetails. Details about a context that succeeded. |
|
EventId | System.Int32 |
Gets and sets the property EventId. The unique identifier for this event. Event IDs increment sequentially. |
|
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). |
|
EventType | Amazon.Lambda.EventType |
Gets and sets the property EventType. The type of event that occurred. |
|
ExecutionFailedDetails | Amazon.Lambda.Model.ExecutionFailedDetails |
Gets and sets the property ExecutionFailedDetails. Details about an execution that failed. |
|
ExecutionStartedDetails | Amazon.Lambda.Model.ExecutionStartedDetails |
Gets and sets the property ExecutionStartedDetails. Details about an execution that started. |
|
ExecutionStoppedDetails | Amazon.Lambda.Model.ExecutionStoppedDetails |
Gets and sets the property ExecutionStoppedDetails. Details about an execution that was stopped. |
|
ExecutionSucceededDetails | Amazon.Lambda.Model.ExecutionSucceededDetails |
Gets and sets the property ExecutionSucceededDetails. Details about an execution that succeeded. |
|
ExecutionTimedOutDetails | Amazon.Lambda.Model.ExecutionTimedOutDetails |
Gets and sets the property ExecutionTimedOutDetails. Details about an execution that timed out. |
|
Id | System.String |
Gets and sets the property Id. The unique identifier for this operation. |
|
InvocationCompletedDetails | Amazon.Lambda.Model.InvocationCompletedDetails |
Gets and sets the property InvocationCompletedDetails. Details about a function invocation that completed. |
|
Name | System.String |
Gets and sets the property Name. The customer-provided name for this operation. |
|
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. |
|
StepFailedDetails | Amazon.Lambda.Model.StepFailedDetails |
Gets and sets the property StepFailedDetails. Details about a step that failed. |
|
StepStartedDetails | Amazon.Lambda.Model.StepStartedDetails |
Gets and sets the property StepStartedDetails. Details about a step that started. |
|
StepSucceededDetails | Amazon.Lambda.Model.StepSucceededDetails |
Gets and sets the property StepSucceededDetails. Details about a step that succeeded. |
|
SubType | System.String |
Gets and sets the property SubType. The subtype of the event, providing additional categorization. |
|
WaitCancelledDetails | Amazon.Lambda.Model.WaitCancelledDetails |
Gets and sets the property WaitCancelledDetails. Details about a wait operation that was cancelled. |
|
WaitStartedDetails | Amazon.Lambda.Model.WaitStartedDetails |
Gets and sets the property WaitStartedDetails. Details about a wait operation that started. |
|
WaitSucceededDetails | Amazon.Lambda.Model.WaitSucceededDetails |
Gets and sets the property WaitSucceededDetails. Details about a wait operation that succeeded. |
.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