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

fun ComponentVersionLambdaContainerParamsArgs(devices: Output<List<ComponentVersionLambdaDeviceMountArgs>>? = null, memorySizeInKb: Output<Int>? = null, mountRoSysfs: Output<Boolean>? = null, volumes: Output<List<ComponentVersionLambdaVolumeMountArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val memorySizeInKb: Output<Int>? = null
Link copied to clipboard
val mountRoSysfs: Output<Boolean>? = null
Link copied to clipboard