PipeTargetParameters

data class PipeTargetParameters(val inputTemplate: String? = null)

Constructors

Link copied to clipboard
constructor(inputTemplate: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val inputTemplate: String? = null

Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target.