Registry Event Notification Config Item Args
data class RegistryEventNotificationConfigItemArgs(val pubsubTopicName: Output<String>, val subfolderMatches: Output<String>? = null) : ConvertibleToJava<RegistryEventNotificationConfigItemArgs>
Properties
Link copied to clipboard
PubSub topic name to publish device events.
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. Empty value can only be used for the last event_notification_configs
item.