eventNotificationConfigs

@JvmName(name = "vrueiowaotsewjof")
suspend fun eventNotificationConfigs(value: Output<List<RegistryEventNotificationConfigItemArgs>>)
@JvmName(name = "ukbosbepcmkjetwd")
suspend fun eventNotificationConfigs(value: List<RegistryEventNotificationConfigItemArgs>?)

Parameters

value

List of configurations for event notifications, such as PubSub topics to publish device events to. Structure is documented below.


@JvmName(name = "xrskuwutrbncgjjg")
suspend fun eventNotificationConfigs(vararg values: Output<RegistryEventNotificationConfigItemArgs>)


@JvmName(name = "sihtipavmrtuvsmc")
suspend fun eventNotificationConfigs(values: List<Output<RegistryEventNotificationConfigItemArgs>>)
@JvmName(name = "dpqtctnrveedcjqo")
suspend fun eventNotificationConfigs(vararg values: RegistryEventNotificationConfigItemArgs)

Parameters

values

List of configurations for event notifications, such as PubSub topics to publish device events to. Structure is documented below.


@JvmName(name = "srewgjtupenhbojk")
suspend fun eventNotificationConfigs(argument: List<suspend RegistryEventNotificationConfigItemArgsBuilder.() -> Unit>)
@JvmName(name = "byjteovplfnqplno")
suspend fun eventNotificationConfigs(vararg argument: suspend RegistryEventNotificationConfigItemArgsBuilder.() -> Unit)
@JvmName(name = "yjfokifihhhrheto")
suspend fun eventNotificationConfigs(argument: suspend RegistryEventNotificationConfigItemArgsBuilder.() -> Unit)

Parameters

argument

List of configurations for event notifications, such as PubSub topics to publish device events to. Structure is documented below.