Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 902 Bytes

AzureEventsHubEventSource.md

File metadata and controls

18 lines (11 loc) · 902 Bytes

AzureEventsHubEventSource

AzureEventsHubEventSource describes the event source for azure events hub More info at https://docs.microsoft.com/en-us/azure/event-hubs/

Properties

Name Type Description Notes
hubName String Event Hub path/name
fqdn String FQDN of the EventHubs namespace you created More info at https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-get-connection-string
filter EventSourceFilter [optional]
sharedAccessKey V1SecretKeySelector [optional]
sharedAccessKeyName V1SecretKeySelector [optional]
metadata Map<String, String> Metadata holds the user defined metadata which will passed along the event payload. [optional]