JobNotificationArgs

data class JobNotificationArgs(val message: Output<MessageArgs>? = null, val pubsubTopic: Output<String>? = null) : ConvertibleToJava<JobNotificationArgs>

Notification configurations.

Constructors

Link copied to clipboard
fun JobNotificationArgs(message: Output<MessageArgs>? = null, pubsubTopic: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): JobNotificationArgs

Properties

Link copied to clipboard
val message: Output<MessageArgs>? = null

The attribute requirements of messages to be sent to this Pub/Sub topic. Without this field, no message will be sent.

Link copied to clipboard
val pubsubTopic: Output<String>? = null

The Pub/Sub topic where notifications like the job state changes will be published. This topic exist in the same project as the job and billings will be charged to this project. If not specified, no Pub/Sub messages will be sent. Topic format: projects/{project}/topics/{topic}.