Values.NFSOnDeviceServiceConfigurationSourceAn object that represents the metadata and configuration settings for the NFS (Network File System) service on an Amazon Web Services Snow Family device.
type nonrec t = {storageLimit : StorageLimit.t option;The maximum NFS storage for one Snow Family device.
*)storageUnit : StorageUnit.t option;The scale unit of the NFS storage on the device. Valid values: TB.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of StorageLimit.t ]) list ]