PubSubResponse

data class PubSubResponse(val enabled: Boolean, val filter: FilterResponse, val topic: String)

Pub/Sub specific notification config.

Constructors

Link copied to clipboard
fun PubSubResponse(enabled: Boolean, filter: FilterResponse, topic: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enable notifications for Pub/Sub.

Link copied to clipboard

Allows filtering to one or more specific event types. If no filter is specified, or if a filter is specified with no event types, all event types will be sent

Link copied to clipboard

The desired Pub/Sub topic to which notifications will be sent by GKE. Format is projects/{project}/topics/{topic}.