EventTargetInputTransformer

data class EventTargetInputTransformer(val inputPaths: Map<String, String>? = null, val inputTemplate: String)

Constructors

Link copied to clipboard
constructor(inputPaths: Map<String, String>? = null, inputTemplate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val inputPaths: Map<String, String>? = null

Key value pairs specified in the form of JSONPath (for example, time = $.time)

Link copied to clipboard

Template to customize data sent to the target. Must be valid JSON. To send a string value, the string value must include double quotes.