ComponentVersionLambdaContainerParamsArgs

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

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

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

Link copied to clipboard
val mountRoSysfs: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): ComponentVersionLambdaContainerParamsArgs