eventNotificationConfigs

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


@JvmName(name = "ycrscsufikttmyih")
suspend fun eventNotificationConfigs(values: List<Output<RegistryEventNotificationConfigItemArgs>>)
@JvmName(name = "vvmvtpvpryjuwxfm")
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 = "ewwiawdlyyadmcde")
suspend fun eventNotificationConfigs(argument: List<suspend RegistryEventNotificationConfigItemArgsBuilder.() -> Unit>)
@JvmName(name = "jxypylkvdyqjnutk")
suspend fun eventNotificationConfigs(vararg argument: suspend RegistryEventNotificationConfigItemArgsBuilder.() -> Unit)
@JvmName(name = "hrurcoxqexptsoof")
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.