EventHubEventSourceResource type
An event source that receives its data from an Azure EventHub.
type EventHubEventSourceResource = EventSourceResource & {
consumerGroupName: string
creationTime?: Date
eventHubName: string
eventSourceResourceId: string
keyName: string
localTimestamp?: LocalTimestamp
provisioningState?: ProvisioningState
serviceBusNamespace: string
time?: string
timestampPropertyName?: string
typePropertiesIngressStartAtType?: IngressStartAtType
}