eventListeners

@JvmName(name = "egawjkhllrpfgafq")
suspend fun eventListeners(value: Output<List<HubEventListenerArgs>>)
@JvmName(name = "uonhrfropqhuqbhk")
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 = "djyfpfujeywmfmdb")
suspend fun eventListeners(vararg values: Output<HubEventListenerArgs>)


@JvmName(name = "fnyxghunkgutppmx")
suspend fun eventListeners(values: List<Output<HubEventListenerArgs>>)
@JvmName(name = "atxlmdsqkiykqenh")
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 = "qmfixklogtkmxfwe")
suspend fun eventListeners(argument: List<suspend HubEventListenerArgsBuilder.() -> Unit>)
@JvmName(name = "iuwvfbosejmdcixy")
suspend fun eventListeners(vararg argument: suspend HubEventListenerArgsBuilder.() -> Unit)
@JvmName(name = "hlpkasqmmpjirbxi")
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.