Module Values_1.SpaceIdleSettingsSource

Settings related to idle shutdown of Studio applications in a space.

Sourcetype nonrec t = {
  1. idleTimeoutInMinutes : Values_0.IdleTimeoutInMinutes.t option;
    (*

    The time that SageMaker waits after the application becomes idle before shutting it down.

    *)
}
Sourceval make : ?idleTimeoutInMinutes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.IdleTimeoutInMinutes.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