Module Values_1.SpaceJupyterLabAppSettingsSource

The settings for the JupyterLab application within a space.

Sourcetype nonrec t = {
  1. defaultResourceSpec : Values_0.ResourceSpec.t option;
  2. codeRepositories : Values_0.CodeRepositories.t option;
    (*

    A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.

    *)
  3. appLifecycleManagement : SpaceAppLifecycleManagement.t option;
    (*

    Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.

    *)
}
Sourceval make : ?defaultResourceSpec:??? -> ?codeRepositories:??? -> ?appLifecycleManagement:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Integer of Values_0.IdleTimeoutInMinutes.t ]) list ]) list ]) 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