ComponentVersionLambdaDeviceMount

data class ComponentVersionLambdaDeviceMount(val addGroupOwner: Boolean? = null, val path: String? = null, val permission: ComponentVersionLambdaFilesystemPermission? = null)

Constructors

Link copied to clipboard
constructor(addGroupOwner: Boolean? = null, path: String? = null, permission: ComponentVersionLambdaFilesystemPermission? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addGroupOwner: 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: 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