EventHubEventSourceCommonProperties type

Properties of the EventHub event source.

type EventHubEventSourceCommonProperties = AzureEventSourceProperties & {
  consumerGroupName: string
  eventHubName: string
  keyName: string
  serviceBusNamespace: string
}