Values.LambdaDeviceMountSourceContains information about a device that Linux processes in a container can access.
type nonrec t = {path : FileSystemPath.t;The mount path for the device in the file system.
*)permission : LambdaFilesystemPermission.t option;The permission to access the device: read/only (ro) or read/write (rw). Default: ro
*)addGroupOwner : OptionalBoolean.t option;Whether or not to add the component's system user as an owner of the device. Default: false
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of OptionalBoolean.t
| `Enum of string
| `String of FileSystemPath.t ])
list ]