Component Version Lambda Container Params Args
data class ComponentVersionLambdaContainerParamsArgs(val devices: Output<List<ComponentVersionLambdaDeviceMountArgs>>? = null, val memorySizeInKb: Output<Int>? = null, val mountRoSysfs: Output<Boolean>? = null, val volumes: Output<List<ComponentVersionLambdaVolumeMountArgs>>? = null) : ConvertibleToJava<ComponentVersionLambdaContainerParamsArgs>
Constructors
Link copied to clipboard
constructor(devices: Output<List<ComponentVersionLambdaDeviceMountArgs>>? = null, memorySizeInKb: Output<Int>? = null, mountRoSysfs: Output<Boolean>? = null, volumes: Output<List<ComponentVersionLambdaVolumeMountArgs>>? = 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.