LambdaContainerParams

Contains information about a container in which Lambda functions run on Greengrass core devices.

Types

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

Properties

Link copied to clipboard

The list of system devices that the container can access.

Link copied to clipboard

The memory size of the container, expressed in kilobytes.

Link copied to clipboard

Whether or not the container can read information from the device's /sys folder.

Link copied to clipboard

The list of volumes that the container can access.

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