ScheduleLambdaFunctionDecisionAttributes

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
val 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

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String