NotificationConfigArgs

data class NotificationConfigArgs(val pubsub: Output<PubSubArgs>? = null) : ConvertibleToJava<NotificationConfigArgs>

NotificationConfig is the configuration of notifications.

Constructors

Link copied to clipboard
constructor(pubsub: Output<PubSubArgs>? = null)

Properties

Link copied to clipboard
val pubsub: Output<PubSubArgs>? = null

Notification config for Pub/Sub.

Functions

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