SensorSpec represents desired sensor state
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] |