SparkJobArgs

constructor(archives: Output<List<String>>? = null, args: Output<String>? = null, codeId: Output<String>, componentId: Output<String>? = null, computeId: Output<String>? = null, conf: Output<Map<String, String>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, entry: Output<Either<SparkJobPythonEntryArgs, SparkJobScalaEntryArgs>>, environmentId: Output<String>? = null, environmentVariables: Output<Map<String, String>>? = null, experimentName: Output<String>? = null, files: Output<List<String>>? = null, identity: Output<Any>? = null, inputs: Output<Map<String, Any>>? = null, isArchived: Output<Boolean>? = null, jars: Output<List<String>>? = null, jobType: Output<String>, notificationSetting: Output<NotificationSettingArgs>? = null, outputs: Output<Map<String, Any>>? = null, properties: Output<Map<String, String>>? = null, pyFiles: Output<List<String>>? = null, queueSettings: Output<QueueSettingsArgs>? = null, resources: Output<SparkResourceConfigurationArgs>? = null, services: Output<Map<String, JobServiceArgs>>? = null, tags: Output<Map<String, String>>? = null)