LambdaFunctionScheduledEventAttributes
Provides the details of the LambdaFunctionScheduled
event. It isn't set for other event types.
Types
Properties
Link copied to clipboard
The ID of the LambdaFunctionCompleted
event corresponding to the decision that resulted in scheduling this activity task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
Link copied to clipboard
The maximum amount of time a worker can take to process the Lambda task.
Functions
Link copied to clipboard
inline fun copy(block: LambdaFunctionScheduledEventAttributes.Builder.() -> Unit = {}): LambdaFunctionScheduledEventAttributes