queries

@JvmName(name = "euqhamcwhacuqtoy")
suspend fun queries(value: Output<Map<String, String>>)
@JvmName(name = "sofkwusnohhcpcae")
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 = "mksefnjpthgcdgna")
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.