Module Values_0.RSessionAppSettingsSource

A collection of settings that apply to an RSessionGateway app.

Sourcetype nonrec t = {
  1. defaultResourceSpec : ResourceSpec.t option;
  2. customImages : CustomImages.t option;
    (*

    A list of custom SageMaker AI images that are configured to run as a RSession app.

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