eventListeners

@JvmName(name = "didxiepwlhmgpqrr")
suspend fun eventListeners(value: Output<List<HubEventListenerArgs>>)
@JvmName(name = "yeikguohkdaotcci")
suspend fun eventListeners(value: List<HubEventListenerArgs>?)

Parameters

value

An event_listener block as defined below.

NOTE: The managed identity of Web PubSub service must be enabled and the identity must have the "Azure Event Hubs Data sender" role to access the Event Hub.


@JvmName(name = "xfpkaiaiiloygquj")
suspend fun eventListeners(vararg values: Output<HubEventListenerArgs>)


@JvmName(name = "ibxnocifssvcrvnj")
suspend fun eventListeners(values: List<Output<HubEventListenerArgs>>)
@JvmName(name = "wgtsfvpepxisnsns")
suspend fun eventListeners(vararg values: HubEventListenerArgs)

Parameters

values

An event_listener block as defined below.

NOTE: The managed identity of Web PubSub service must be enabled and the identity must have the "Azure Event Hubs Data sender" role to access the Event Hub.


@JvmName(name = "jhjnqoyflkryhtog")
suspend fun eventListeners(argument: List<suspend HubEventListenerArgsBuilder.() -> Unit>)
@JvmName(name = "vlrgbpfacnscuohu")
suspend fun eventListeners(vararg argument: suspend HubEventListenerArgsBuilder.() -> Unit)
@JvmName(name = "fxebfbhvxwlpabkd")
suspend fun eventListeners(argument: suspend HubEventListenerArgsBuilder.() -> Unit)

Parameters

argument

An event_listener block as defined below.

NOTE: The managed identity of Web PubSub service must be enabled and the identity must have the "Azure Event Hubs Data sender" role to access the Event Hub.