EventNotificationConfigResponse

data class EventNotificationConfigResponse(val pubsubTopicName: String, val subfolderMatches: String)

The configuration for forwarding telemetry events.

Constructors

Link copied to clipboard
fun EventNotificationConfigResponse(pubsubTopicName: String, subfolderMatches: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Cloud Pub/Sub topic name. For example, projects/myProject/topics/deviceEvents.

Link copied to clipboard

If the subfolder name matches this string exactly, this configuration will be used. The string must not include the leading '/' character. If empty, all strings are matched. This field is used only for telemetry events; subfolders are not supported for state changes.