CopyActivityArgs

constructor(dataIntegrationUnits: Output<Any>? = null, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, enableSkipIncompatibleRow: Output<Any>? = null, enableStaging: Output<Any>? = null, inputs: Output<List<DatasetReferenceArgs>>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, logSettings: Output<LogSettingsArgs>? = null, logStorageSettings: Output<LogStorageSettingsArgs>? = null, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, outputs: Output<List<DatasetReferenceArgs>>? = null, parallelCopies: Output<Any>? = null, policy: Output<ActivityPolicyArgs>? = null, preserve: Output<List<Any>>? = null, preserveRules: Output<List<Any>>? = null, redirectIncompatibleRowSettings: Output<RedirectIncompatibleRowSettingsArgs>? = null, sink: Output<Any>, skipErrorFile: Output<SkipErrorFileArgs>? = null, source: Output<Any>, stagingSettings: Output<StagingSettingsArgs>? = null, state: Output<Either<String, ActivityState>>? = null, translator: Output<Any>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null, validateDataConsistency: Output<Any>? = null)