IoTHubEventSourceResource type

An event source that receives its data from an Azure IoTHub.

type IoTHubEventSourceResource = EventSourceResource & {
  consumerGroupName: string
  creationTime?: Date
  eventSourceResourceId: string
  iotHubName: string
  keyName: string
  localTimestamp?: LocalTimestamp
  provisioningState?: ProvisioningState
  time?: string
  timestampPropertyName?: string
  typePropertiesIngressStartAtType?: IngressStartAtType
}