Job Args
fun JobArgs(driverSchedulingConfig: Output<DriverSchedulingConfigArgs>? = null, hadoopJob: Output<HadoopJobArgs>? = null, hiveJob: Output<HiveJobArgs>? = null, labels: Output<Map<String, String>>? = null, pigJob: Output<PigJobArgs>? = null, placement: Output<JobPlacementArgs>? = null, prestoJob: Output<PrestoJobArgs>? = null, project: Output<String>? = null, pysparkJob: Output<PySparkJobArgs>? = null, reference: Output<JobReferenceArgs>? = null, region: Output<String>? = null, requestId: Output<String>? = null, scheduling: Output<JobSchedulingArgs>? = null, sparkJob: Output<SparkJobArgs>? = null, sparkRJob: Output<SparkRJobArgs>? = null, sparkSqlJob: Output<SparkSqlJobArgs>? = null, trinoJob: Output<TrinoJobArgs>? = null)