queries

@JvmName(name = "pnvkosyifuinmeir")
suspend fun queries(value: Output<Map<String, String>>)
@JvmName(name = "pkqjwddqvqcihpqf")
suspend fun queries(value: Map<String, String>?)

Parameters

value

Specifies a Map of Key-Value Pairs that should be sent to the uri when this HTTP Action is triggered.


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

Parameters

values

Specifies a Map of Key-Value Pairs that should be sent to the uri when this HTTP Action is triggered.