Module Values.EphemeralStorageSource

The 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).

Sourcetype nonrec t = {
  1. size : EphemeralStorageSize.t;
    (*

    The size of the function's /tmp directory.

    *)
}
Sourceval context_ : string
Sourceval make : size:EphemeralStorageSize.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of EphemeralStorageSize.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t