github

@JvmName(name = "uljblxqhllowkivf")
suspend fun github(value: Output<TriggerGithubArgs>)
@JvmName(name = "fxvicdprvxpxtqkw")
suspend fun github(value: TriggerGithubArgs?)

Parameters

value

Describes the configuration of a trigger that creates a build whenever a GitHub event is received. One of trigger_template, github, pubsub_config or webhook_config must be provided. Structure is documented below.


@JvmName(name = "bppmdyhmyafbucus")
suspend fun github(argument: suspend TriggerGithubArgsBuilder.() -> Unit)

Parameters

argument

Describes the configuration of a trigger that creates a build whenever a GitHub event is received. One of trigger_template, github, pubsub_config or webhook_config must be provided. Structure is documented below.