AWS SDK Version 4 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 update to be applied to an operation during checkpointing.

Inheritance Hierarchy

System.Object
  Amazon.Lambda.Model.OperationUpdate

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

Syntax

C#
public class OperationUpdate

The OperationUpdate type exposes the following members

Constructors

NameDescription
Public Method OperationUpdate()

Properties

NameTypeDescription
Public Property Action Amazon.Lambda.OperationAction

Gets and sets the property Action.

The action to take on the operation.

Public Property CallbackOptions Amazon.Lambda.Model.CallbackOptions

Gets and sets the property CallbackOptions.

Public Property ChainedInvokeOptions Amazon.Lambda.Model.ChainedInvokeOptions

Gets and sets the property ChainedInvokeOptions.

Public Property ContextOptions Amazon.Lambda.Model.ContextOptions

Gets and sets the property ContextOptions.

Options for context operations.

Public Property Error Amazon.Lambda.Model.ErrorObject

Gets and sets the property Error.

The error information for failed operations.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for this operation.

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 Payload System.String

Gets and sets the property Payload.

The payload for successful operations.

Public Property StepOptions Amazon.Lambda.Model.StepOptions

Gets and sets the property StepOptions.

Options for step operations.

Public Property SubType System.String

Gets and sets the property SubType.

The subtype of the operation, providing additional categorization.

Public Property Type Amazon.Lambda.OperationType

Gets and sets the property Type.

The type of operation to update.

Public Property WaitOptions Amazon.Lambda.Model.WaitOptions

Gets and sets the property WaitOptions.

Options for wait operations.

Version Information

.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