Values_1.SpaceIdleSettingsSourceSettings related to idle shutdown of Studio applications in a space.
type nonrec t = {idleTimeoutInMinutes : Values_0.IdleTimeoutInMinutes.t option;The time that SageMaker waits after the application becomes idle before shutting it down.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Values_0.IdleTimeoutInMinutes.t ]) list ]