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
- is optional
- type: any of the folllowing:
array
orstring
(trigger) - cannot be null
- defined in: trigger
connectionString #
Azure Event Hub connectionString
connectionString
- is required
- type:
string
- cannot be null
- Unstructured type
eventHubName #
Azure Event Hub eventHubName
eventHubName
- is required
- type:
string
- cannot be null
- Unstructured type
consumerGroup #
Azure Event Hub consumerGroup
consumerGroup
- is required
- type:
string
- cannot be null
- Unstructured type
data #
Inline data to be processed by the JSONata expressions
data