GitLabEventsConfigArgs

fun GitLabEventsConfigArgs(gitlabConfigResource: Output<String>? = null, projectNamespace: Output<String>? = null, pullRequest: Output<PullRequestFilterArgs>? = null, push: Output<PushFilterArgs>? = null)