Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface ScheduleLambdaFunctionDecisionAttributes

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

Hierarchy

  • ScheduleLambdaFunctionDecisionAttributes

Properties

control?: string

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

id: undefined | string

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

input?: string

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

name: undefined | string

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

startToCloseTimeout?: string

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.