pubsubTarget

@JvmName(name = "uxojtrjyitblrahv")
suspend fun pubsubTarget(value: Output<JobPubsubTargetArgs>)
@JvmName(name = "iruwvyjkqwembcln")
suspend fun pubsubTarget(value: JobPubsubTargetArgs?)

Parameters

value

Pub/Sub target If the job providers a Pub/Sub target the cron will publish a message to the provided topic Structure is documented below.


@JvmName(name = "yjqarhfpfycqguuj")
suspend fun pubsubTarget(argument: suspend JobPubsubTargetArgsBuilder.() -> Unit)

Parameters

argument

Pub/Sub target If the job providers a Pub/Sub target the cron will publish a message to the provided topic Structure is documented below.