EventNotificationConfigArgs

data class EventNotificationConfigArgs(val pubsubTopicName: Output<String>? = null, val subfolderMatches: Output<String>? = null) : ConvertibleToJava<EventNotificationConfigArgs>

The configuration for forwarding telemetry events.

Constructors

Link copied to clipboard
fun EventNotificationConfigArgs(pubsubTopicName: Output<String>? = null, subfolderMatches: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val pubsubTopicName: Output<String>? = null

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

Link copied to clipboard
val subfolderMatches: Output<String>? = null

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.