Module Values.SessionConfigurationOverridesSource

The configuration overrides for a session.

Sourcetype nonrec t = {
  1. runtimeConfiguration : ConfigurationList.t option;
    (*

    The runtime configuration for the session. Contains Spark configuration properties specified at session creation time.

    *)
}
Sourceval make : ?runtimeConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * Awso.Botodata.value) 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