azureEventHub params Schema #

undefined#/properties/postProcess/items/allOf/3/properties/params

Parameters to be passed to the azureEventHub module

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none specSchema.schema.json*

params Type #

object (azureEventHub params)

azureEventHub params Properties #

Property Type Required Nullable Defined by
trigger Flexible Optional cannot be null specSchema (Unified Pipeline Specification)
connectionString string Required cannot be null specSchema (Unified Pipeline Specification)
eventHubName string Required cannot be null specSchema (Unified Pipeline Specification)
consumerGroup string Required cannot be null specSchema (Unified Pipeline Specification)
data Not specified Optional cannot be null specSchema (Unified Pipeline Specification)

trigger #

Trigger condition for connecting to event hub (JSONata)

trigger

connectionString #

Azure Event Hub connectionString

connectionString

eventHubName #

Azure Event Hub eventHubName

eventHubName

consumerGroup #

Azure Event Hub consumerGroup

consumerGroup

data #

Inline data to be processed by the JSONata expressions

data