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
constructor(addGroupOwner: Output<Boolean>? = null, path: Output<String>? = null, permission: Output<ComponentVersionLambdaFilesystemPermission>? = null)

Properties

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

Whether or not to add the component's system user as an owner of the device. Default: false

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

The mount path for the device in the file system.

Link copied to clipboard

The permission to access the device: read/only ( ro ) or read/write ( rw ). Default: ro

Functions

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