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
fun ComponentVersionLambdaContainerParams(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
Link copied to clipboard
val memorySizeInKb: Int? = null
Link copied to clipboard
val mountRoSysfs: Boolean? = null
Link copied to clipboard