pubsubConfig

@JvmName(name = "rhiqhisrkrshksau")
suspend fun pubsubConfig(value: Output<TriggerPubsubConfigArgs>)
@JvmName(name = "wfkroopbuqnikvcf")
suspend fun pubsubConfig(value: TriggerPubsubConfigArgs?)

Parameters

value

PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published. One of trigger_template, github, pubsub_config webhook_config or source_to_build must be provided. Structure is documented below.


@JvmName(name = "afhsifxwwlhywpjo")
suspend fun pubsubConfig(argument: suspend TriggerPubsubConfigArgsBuilder.() -> Unit)

Parameters

argument

PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published. One of trigger_template, github, pubsub_config webhook_config or source_to_build must be provided. Structure is documented below.