StateNotificationConfigArgs

data class StateNotificationConfigArgs(val pubsubTopicName: Output<String>? = null) : ConvertibleToJava<StateNotificationConfigArgs>

The configuration for notification of new states received from the device.

Constructors

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

Functions

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

Properties

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

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