Integration Slack Args
constructor(branchesToBeNotified: Output<String>? = null, confidentialIssueChannel: Output<String>? = null, confidentialIssuesEvents: Output<Boolean>? = null, confidentialNoteChannel: Output<String>? = null, confidentialNoteEvents: Output<Boolean>? = null, issueChannel: Output<String>? = null, issuesEvents: Output<Boolean>? = null, mergeRequestChannel: Output<String>? = null, mergeRequestsEvents: Output<Boolean>? = null, noteChannel: Output<String>? = null, noteEvents: Output<Boolean>? = null, notifyOnlyBrokenPipelines: Output<Boolean>? = null, notifyOnlyDefaultBranch: Output<Boolean>? = null, pipelineChannel: Output<String>? = null, pipelineEvents: Output<Boolean>? = null, project: Output<String>? = null, pushChannel: Output<String>? = null, pushEvents: Output<Boolean>? = null, tagPushChannel: Output<String>? = null, tagPushEvents: Output<Boolean>? = null, username: Output<String>? = null, webhook: Output<String>? = null, wikiPageChannel: Output<String>? = null, wikiPageEvents: Output<Boolean>? = null)