inputPathsMap

@JvmName(name = "feqgrbhanthomtgf")
suspend fun inputPathsMap(value: Output<Map<String, String>>)
@JvmName(name = "sdcxhnqtsvmytloi")
suspend fun inputPathsMap(value: Map<String, String>?)

Parameters

value

Map of JSON paths to be extracted from the event. You can then insert these in the template in InputTemplate to produce the output you want to be sent to the target. InputPathsMap is an array key-value pairs, where each value is a valid JSON path. You can have as many as 100 key-value pairs. You must use JSON dot notation, not bracket notation. The keys cannot start with " AWS ."


@JvmName(name = "vlsisdqweshibuor")
fun inputPathsMap(vararg values: Pair<String, String>)

Parameters

values

Map of JSON paths to be extracted from the event. You can then insert these in the template in InputTemplate to produce the output you want to be sent to the target. InputPathsMap is an array key-value pairs, where each value is a valid JSON path. You can have as many as 100 key-value pairs. You must use JSON dot notation, not bracket notation. The keys cannot start with " AWS ."