Values.StorageConfigurationSourceDefines the storage configuration for a runtime environment.
type nonrec t = {efs : EfsStorageConfiguration.t option;Defines the storage configuration for an Amazon EFS file system.
*)fsx : FsxStorageConfiguration.t option;Defines the storage configuration for an Amazon FSx file system.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of String200.t ]) list ])
list ]