ComponentVersionLambdaDeviceMountArgs

data class ComponentVersionLambdaDeviceMountArgs(val addGroupOwner: Output<Boolean>? = null, val path: Output<String>? = null, val permission: Output<ComponentVersionLambdaFilesystemPermission>? = null) : ConvertibleToJava<ComponentVersionLambdaDeviceMountArgs>

Constructors

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

Functions

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

Properties

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