eventListeners

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


@JvmName(name = "mjqnslshqtcfkmyn")
suspend fun eventListeners(values: List<Output<HubEventListenerArgs>>)
@JvmName(name = "etnllndjjtfwskxv")
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 = "rafockjcjlgwcofb")
suspend fun eventListeners(argument: List<suspend HubEventListenerArgsBuilder.() -> Unit>)
@JvmName(name = "owlewwbjxdcsmdbo")
suspend fun eventListeners(vararg argument: suspend HubEventListenerArgsBuilder.() -> Unit)
@JvmName(name = "snhlqsecgqkmptnf")
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.