Builder

class Builder

Properties

Link copied to clipboard

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

Link copied to clipboard
var id: String?

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

Link copied to clipboard

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

Link copied to clipboard
var name: String?

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

Link copied to clipboard

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).