EventTargetInputTransformerArgs

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

Constructors

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

Properties

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

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

Link copied to clipboard
val inputTemplate: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): EventTargetInputTransformerArgs