eventNotificationConfigs

@JvmName(name = "xlpbadyfvylkwtyw")
suspend fun eventNotificationConfigs(value: Output<List<RegistryEventNotificationConfigItemArgs>>)
@JvmName(name = "qypemnqxfqfiaipj")
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 = "crdtuyupxoliueds")
suspend fun eventNotificationConfigs(vararg values: Output<RegistryEventNotificationConfigItemArgs>)


@JvmName(name = "drndicqoululygjk")
suspend fun eventNotificationConfigs(values: List<Output<RegistryEventNotificationConfigItemArgs>>)
@JvmName(name = "twepqfmgcsyqfdvt")
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 = "nolylssksiofypbw")
suspend fun eventNotificationConfigs(argument: List<suspend RegistryEventNotificationConfigItemArgsBuilder.() -> Unit>)
@JvmName(name = "fbqakrvegnmfahiq")
suspend fun eventNotificationConfigs(vararg argument: suspend RegistryEventNotificationConfigItemArgsBuilder.() -> Unit)
@JvmName(name = "dkwewklrxxscdmcx")
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.