ComponentVersionLambdaContainerParams

data class ComponentVersionLambdaContainerParams(val devices: List<ComponentVersionLambdaDeviceMount>? = null, val memorySizeInKb: Int? = null, val mountRoSysfs: Boolean? = null, val volumes: List<ComponentVersionLambdaVolumeMount>? = null)

Constructors

Link copied to clipboard
constructor(devices: List<ComponentVersionLambdaDeviceMount>? = null, memorySizeInKb: Int? = null, mountRoSysfs: Boolean? = null, volumes: List<ComponentVersionLambdaVolumeMount>? = null)

Types

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
val memorySizeInKb: Int? = null

The memory size of the container, expressed in kilobytes. Default: 16384 (16 MB)

Link copied to clipboard
val mountRoSysfs: Boolean? = null

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

Link copied to clipboard

The list of volumes that the container can access.