Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 988 Bytes

AzureEventHubsTrigger.md

File metadata and controls

18 lines (11 loc) · 988 Bytes

AzureEventHubsTrigger

AzureEventHubsTrigger refers to specification of the Azure Event Hubs Trigger

Properties

Name Type Description Notes
hubName String HubName refers to the Azure Event Hub to send events to
parameters List<TriggerParameter> Parameters is the list of key-value extracted from event's payload that are applied to the trigger resource. [optional]
fqdn String FQDN refers to the namespace dns of Azure Event Hubs to be used i.e. <namespace>.servicebus.windows.net
sharedAccessKey V1SecretKeySelector [optional]
sharedAccessKeyName V1SecretKeySelector
payload List<TriggerParameter> Payload is the list of key-value extracted from an event payload to construct the request payload.