Values.LocalVolumeResourceDataSourceAttributes that define a local volume resource.
type nonrec t = {destinationPath : string option;The absolute local path of the resource inside the Lambda environment.
*)groupOwnerSetting : GroupOwnerSetting.t option;Allows you to configure additional group privileges for the Lambda process. This field is optional.
*)sourcePath : string option;The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with ''/sys''.
*)}