InputDefinition

data class InputDefinition(val attributes: List<InputAttribute>)

The definition of the input.

Constructors

Link copied to clipboard
constructor(attributes: List<InputAttribute>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attributes from the JSON payload that are made available by the input. Inputs are derived from messages sent to the ITE system using `BatchPutMessage`. Each such message contains a JSON payload, and those attributes (and their paired values) specified here are available for use in the `condition` expressions used by detectors that monitor this input.