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.

Decision attributes specified in scheduleLambdaFunctionDecisionAttributes within the list of decisions decisions passed to RespondDecisionTaskCompleted.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.ScheduleLambdaFunctionDecisionAttributes

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

Syntax

C#
public class ScheduleLambdaFunctionDecisionAttributes

The ScheduleLambdaFunctionDecisionAttributes type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Control System.String

Gets and sets the property Control.

The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.

Public Property Id System.String

Gets and sets the property Id.

A string that identifies the Lambda function execution in the event history.

Public Property Input System.String

Gets and sets the property Input.

The optional input data to be supplied to the Lambda function.

Public Property Name System.String

Gets and sets the property Name.

The name, or ARN, of the Lambda function to schedule.

Public Property StartToCloseTimeout System.String

Gets and sets the property StartToCloseTimeout.

The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-900 (1s-15m).

If no value is supplied, then a default value of 900s is assumed.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5