DeleteActivityArgs

constructor(dataset: Output<DatasetReferenceArgs>, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, enableLogging: Output<Any>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, logStorageSettings: Output<LogStorageSettingsArgs>? = null, maxConcurrentConnections: Output<Int>? = null, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, policy: Output<ActivityPolicyArgs>? = null, recursive: Output<Any>? = null, state: Output<Either<String, ActivityState>>? = null, storeSettings: Output<Any>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)