queries

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