pubsubConfig

@JvmName(name = "eyqcmcyessrakxkv")
suspend fun pubsubConfig(value: Output<TriggerPubsubConfigArgs>)
@JvmName(name = "uimgkupsgiufatfy")
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 = "mysmthjrguxabkuk")
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.