pubsubTarget

@JvmName(name = "eqlflvubtjkclhbi")
suspend fun pubsubTarget(value: Output<JobPubsubTargetArgs>)
@JvmName(name = "eoyfswpjemapuxga")
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 = "eisnvgnjkhtqihxr")
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.