AzureEventHubsDataFeedSource type

Represents an Azure Event Hubs data source. User is required to specify connectionString for Create. connectionString being a secret is not returned by service.

type AzureEventHubsDataFeedSource = {
  authenticationType: "Basic"
  connectionString?: string
  consumerGroup: string
  dataSourceType: "AzureEventHubs"
}