Event Hub Endpoint Args
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>)