Values.TGWOnDeviceServiceConfigurationSourceAn object that represents the metadata and configuration settings for the Storage Gateway service Tape Gateway type on an Amazon Web Services Snow Family device.
type nonrec t = {storageLimit : StorageLimit.t option;The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge.
*)storageUnit : StorageUnit.t option;The scale unit of the virtual tapes on the device.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of StorageLimit.t ]) list ]