Values.EphemeralStorageSourceThe size of the function's /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage (console).
type nonrec t = {size : EphemeralStorageSize.t;The size of the function's /tmp directory.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of EphemeralStorageSize.t ]) list ]