ScriptActivityArgs

constructor(dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>, logSettings: Output<ScriptActivityTypePropertiesLogSettingsArgs>? = null, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, policy: Output<ActivityPolicyArgs>? = null, returnMultistatementResult: Output<Any>? = null, scriptBlockExecutionTimeout: Output<Any>? = null, scripts: Output<List<ScriptActivityScriptBlockArgs>>? = null, state: Output<Either<String, ActivityState>>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)