NotificationConfigArgs

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

NotificationConfig is the configuration of notifications.

Constructors

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

Functions

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

Properties

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

Notification config for Pub/Sub.