Module Values.SparkGluePropertiesOutputSource

The Spark Amazon Web Services Glue properties.

Sourcetype nonrec t = {
  1. additionalArgs : SparkGlueArgs.t option;
    (*

    The additional args in the Spark Amazon Web Services Glue properties.

    *)
  2. glueConnectionName : String_.t option;
    (*

    The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue properties.

    *)
  3. glueConnectionNames : GlueConnectionNames.t option;
    (*

    The Amazon Web Services Glue connection names in the Spark Amazon Web Services Glue properties.

    *)
  4. glueVersion : String_.t option;
    (*

    The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties.

    *)
  5. idleTimeout : Integer.t option;
    (*

    The idle timeout in the Spark Amazon Web Services Glue properties.

    *)
  6. javaVirtualEnv : String_.t option;
    (*

    The Java virtual env in the Spark Amazon Web Services Glue properties.

    *)
  7. numberOfWorkers : Integer.t option;
    (*

    The number of workers in the Spark Amazon Web Services Glue properties.

    *)
  8. pythonVirtualEnv : String_.t option;
    (*

    The Python virtual env in the Spark Amazon Web Services Glue properties.

    *)
  9. workerType : String_.t option;
    (*

    The worker type in the Spark Amazon Web Services Glue properties.

    *)
}
Sourceval make : ?additionalArgs:??? -> ?glueConnectionName:??? -> ?glueConnectionNames:??? -> ?glueVersion:??? -> ?idleTimeout:??? -> ?javaVirtualEnv:??? -> ?numberOfWorkers:??? -> ?pythonVirtualEnv:??? -> ?workerType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `List of [> `String of GlueConnectionName.t ] list | `String of String_.t | `Structure of (string * [> `String of String_.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