Synapse Spark Job Definition Activity Args
constructor(arguments: Output<List<Any>>? = null, className: Output<Any>? = null, conf: Output<Any>? = null, configurationType: Output<Either<String, ConfigurationType>>? = null, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, driverSize: Output<Any>? = null, executorSize: Output<Any>? = null, file: Output<Any>? = null, files: Output<List<Any>>? = null, filesV2: Output<List<Any>>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, name: Output<String>, numExecutors: Output<Any>? = null, policy: Output<ActivityPolicyArgs>? = null, pythonCodeReference: Output<List<Any>>? = null, scanFolder: Output<Any>? = null, sparkConfig: Output<Map<String, Any>>? = null, sparkJob: Output<SynapseSparkJobReferenceArgs>, targetBigDataPool: Output<BigDataPoolParametrizationReferenceArgs>? = null, targetSparkConfiguration: Output<SparkConfigurationParametrizationReferenceArgs>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)