Component Version Lambda Container Params
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)
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. Default: 16384
(16 MB)
Link copied to clipboard
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.