Git Hub Events Config Args
data class GitHubEventsConfigArgs(val enterpriseConfigResourceName: Output<String>? = null, val installationId: Output<String>? = null, val name: Output<String>? = null, val owner: Output<String>? = null, val pullRequest: Output<PullRequestFilterArgs>? = null, val push: Output<PushFilterArgs>? = null) : ConvertibleToJava<GitHubEventsConfigArgs>
GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received.
Constructors
Link copied to clipboard
fun GitHubEventsConfigArgs(enterpriseConfigResourceName: Output<String>? = null, installationId: Output<String>? = null, name: Output<String>? = null, owner: Output<String>? = null, pullRequest: Output<PullRequestFilterArgs>? = null, push: Output<PushFilterArgs>? = null)