ClusterNotificationConfigPubsub

data class ClusterNotificationConfigPubsub(val enabled: Boolean, val filter: ClusterNotificationConfigPubsubFilter? = null, val topic: String? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, filter: ClusterNotificationConfigPubsubFilter? = null, topic: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether or not the notification config is enabled

Link copied to clipboard

Choose what type of notifications you want to receive. If no filters are applied, you'll receive all notification types. Structure is documented below.

Link copied to clipboard
val topic: String? = null

The pubsub topic to push upgrade notifications to. Must be in the same project as the cluster. Must be in the format: projects/{project}/topics/{topic}.