ComponentVersionLambdaVolumeMountArgs

data class ComponentVersionLambdaVolumeMountArgs(val addGroupOwner: Output<Boolean>? = null, val destinationPath: Output<String>? = null, val permission: Output<ComponentVersionLambdaFilesystemPermission>? = null, val sourcePath: Output<String>? = null) : ConvertibleToJava<ComponentVersionLambdaVolumeMountArgs>

Constructors

Link copied to clipboard
fun ComponentVersionLambdaVolumeMountArgs(addGroupOwner: Output<Boolean>? = null, destinationPath: Output<String>? = null, permission: Output<ComponentVersionLambdaFilesystemPermission>? = null, sourcePath: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val addGroupOwner: Output<Boolean>? = null
Link copied to clipboard
val destinationPath: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val sourcePath: Output<String>? = null