Integration Jira Args
constructor(apiUrl: Output<String>? = null, commentOnEventEnabled: Output<Boolean>? = null, commitEvents: Output<Boolean>? = null, issuesEvents: Output<Boolean>? = null, jiraIssueTransitionId: Output<String>? = null, jobEvents: Output<Boolean>? = null, mergeRequestsEvents: Output<Boolean>? = null, noteEvents: Output<Boolean>? = null, password: Output<String>? = null, pipelineEvents: Output<Boolean>? = null, project: Output<String>? = null, projectKey: Output<String>? = null, pushEvents: Output<Boolean>? = null, tagPushEvents: Output<Boolean>? = null, url: Output<String>? = null, username: Output<String>? = null)