HDInsight Map Reduce Activity Args
constructor(arguments: Output<List<Any>>? = null, className: Output<Any>, defines: Output<Map<String, Any>>? = null, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, getDebugInfo: Output<Either<String, HDInsightActivityDebugInfoOption>>? = null, jarFilePath: Output<Any>, jarLibs: Output<List<Any>>? = null, jarLinkedService: Output<LinkedServiceReferenceArgs>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, policy: Output<ActivityPolicyArgs>? = null, state: Output<Either<String, ActivityState>>? = null, storageLinkedServices: Output<List<LinkedServiceReferenceArgs>>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)