LambdaExecutionParameters

Contains parameters for a Lambda function that runs on IoT Greengrass.

Types

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

Properties

Link copied to clipboard

The map of environment variables that are available to the Lambda function when it runs.

Link copied to clipboard

The list of event sources to which to subscribe to receive work messages. The Lambda function runs when it receives a message from an event source. You can subscribe this function to local publish/subscribe messages and Amazon Web Services IoT Core MQTT messages.

Link copied to clipboard

The list of arguments to pass to the Lambda function when it runs.

Link copied to clipboard

The encoding type that the Lambda function supports.

Link copied to clipboard

The parameters for the Linux process that contains the Lambda function.

Link copied to clipboard

The maximum amount of time in seconds that a non-pinned Lambda function can idle before the IoT Greengrass Core software stops its process.

Link copied to clipboard

The maximum number of instances that a non-pinned Lambda function can run at the same time.

Link copied to clipboard

The maximum size of the message queue for the Lambda function component. The IoT Greengrass core stores messages in a FIFO (first-in-first-out) queue until it can run the Lambda function to consume each message.

Link copied to clipboard

Whether or not the Lambda function is pinned, or long-lived.

Link copied to clipboard

The interval in seconds at which a pinned (also known as long-lived) Lambda function component sends status updates to the Lambda manager component.

Link copied to clipboard

The maximum amount of time in seconds that the Lambda function can process a work item.

Functions

Link copied to clipboard
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