RegistryEventNotificationConfigItemArgs

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

Constructors

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

Properties

Link copied to clipboard
val pubsubTopicName: Output<String>

PubSub topic name to publish device events.

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. Empty value can only be used for the last event_notification_configs item.

Functions

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