EventHubEventSourceUpdateParameters type

Parameters supplied to the Update Event Source operation to update an EventHub event source.

type EventHubEventSourceUpdateParameters = EventSourceUpdateParameters & {
  kind: "Microsoft.EventHub"
  sharedAccessKey?: string
  timestampPropertyName?: string
}