Module Values_1.SessionCommandSource

The SessionCommand that runs the job.

Sourcetype nonrec t = {
  1. name : Values_0.NameString.t option;
    (*

    Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.

    *)
  2. pythonVersion : Values_0.PythonVersionString.t option;
    (*

    Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.

    *)
}
Sourceval make : ?name:??? -> ?pythonVersion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.NameString.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