EventHubEndpointArgs

data class EventHubEndpointArgs(val eventHubName: Output<String>, val fullyQualifiedNamespace: Output<String>, val type: Output<String>) : ConvertibleToJava<EventHubEndpointArgs>

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

Constructors

Link copied to clipboard
fun EventHubEndpointArgs(eventHubName: Output<String>, fullyQualifiedNamespace: Output<String>, type: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): EventHubEndpointArgs

Properties

Link copied to clipboard
val eventHubName: Output<String>

The name of the Event Hub.

Link copied to clipboard

The fully qualified namespace name of the Event Hub resource. For example, "example.servicebus.windows.net".

Link copied to clipboard
val type: Output<String>

Expected value is 'EventHub'.