Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1010 Bytes

SensorSpec.md

File metadata and controls

18 lines (11 loc) · 1010 Bytes

SensorSpec

SensorSpec represents desired sensor state

Properties

Name Type Description Notes
eventBusName String EventBusName references to a EventBus name. By default the value is "default" [optional]
triggers List<Trigger> Triggers is a list of the things that this sensor evokes. These are the outputs from this sensor.
replicas Integer Replicas is the sensor deployment replicas [optional]
dependencies List<EventDependency> Dependencies is a list of the events that this sensor is dependent on.
template Template [optional]
errorOnFailedRound Boolean ErrorOnFailedRound if set to true, marks sensor state as `error` if the previous trigger round fails. Once sensor state is set to `error`, no further triggers will be processed. [optional]