App Group Args
constructor(appName: Output<String>? = null, appType: Output<Int>? = null, appVersion: Output<String>? = null, deleteJobs: Output<Boolean>? = null, description: Output<String>? = null, enableLog: Output<Boolean>? = null, groupId: Output<String>? = null, maxConcurrency: Output<Int>? = null, maxJobs: Output<Int>? = null, monitorConfigJson: Output<String>? = null, monitorContactsJson: Output<String>? = null, namespace: Output<String>? = null, namespaceName: Output<String>? = null, namespaceSource: Output<String>? = null, scheduleBusyWorkers: Output<Boolean>? = null)