Values.OnDeviceServiceConfigurationSourceAn object that represents the metadata and configuration settings for services on an Amazon Web Services Snow Family device.
type nonrec t = {nFSOnDeviceService : NFSOnDeviceServiceConfiguration.t option;Represents the NFS (Network File System) service on a Snow Family device.
*)tGWOnDeviceService : TGWOnDeviceServiceConfiguration.t option;Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
*)eKSOnDeviceService : EKSOnDeviceServiceConfiguration.t option;The configuration of EKS Anywhere on the Snow Family device.
*)s3OnDeviceService : S3OnDeviceServiceConfiguration.t option;Configuration for Amazon S3 compatible storage on Snow family devices.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of S3StorageLimit.t
| `Enum of string
| `Integer of StorageLimit.t
| `String of String_.t ])
list ])
list ]