Event Notification Config Args
data class EventNotificationConfigArgs(val pubsubTopicName: Output<String>? = null, val subfolderMatches: Output<String>? = null) : ConvertibleToJava<EventNotificationConfigArgs>
The configuration for forwarding telemetry events.
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.