AzureEventSourceProperties type

Properties of an event source that reads events from an event broker in Azure.

type AzureEventSourceProperties = EventSourceCommonProperties & {
  eventSourceResourceId: string
}