Git Lab Events Config Args
data class GitLabEventsConfigArgs(val gitlabConfigResource: Output<String>? = null, val projectNamespace: Output<String>? = null, val pullRequest: Output<PullRequestFilterArgs>? = null, val push: Output<PushFilterArgs>? = null) : ConvertibleToJava<GitLabEventsConfigArgs>
GitLabEventsConfig describes the configuration of a trigger that creates a build whenever a GitLab event is received.
Constructors
Link copied to clipboard
fun GitLabEventsConfigArgs(gitlabConfigResource: Output<String>? = null, projectNamespace: Output<String>? = null, pullRequest: Output<PullRequestFilterArgs>? = null, push: Output<PushFilterArgs>? = null)