Values.SparkGluePropertiesInputSourceThe Spark Amazon Web Services Glue properties.
type nonrec t = {additionalArgs : SparkGlueArgs.t option;The additional args in the Spark Amazon Web Services Glue properties.
*)glueConnectionName : SparkGluePropertiesInputGlueConnectionNameString.t option;The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue properties. Specify either glueConnectionName or glueConnectionNames, but not both.
*)glueConnectionNames : GlueConnectionNames.t option;The Amazon Web Services Glue connection names in the Spark Amazon Web Services Glue properties. Specify either glueConnectionName or glueConnectionNames, but not both.
*)glueVersion : SparkGluePropertiesInputGlueVersionString.t option;The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties.
*)idleTimeout : Integer.t option;The idle timeout in the Spark Amazon Web Services Glue properties.
*)javaVirtualEnv : SparkGluePropertiesInputJavaVirtualEnvString.t option;The Java virtual env in the Spark Amazon Web Services Glue properties.
*)numberOfWorkers : Integer.t option;The number of workers in the Spark Amazon Web Services Glue properties.
*)pythonVirtualEnv : SparkGluePropertiesInputPythonVirtualEnvString.t option;The Python virtual env in the Spark Amazon Web Services Glue properties.
*)workerType : SparkGluePropertiesInputWorkerTypeString.t option;The worker type in the Spark Amazon Web Services Glue properties.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `String of GlueConnectionName.t ] list
| `String of SparkGluePropertiesInputGlueConnectionNameString.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]