query

@JvmName(name = "vmlidqgmpbkwcbqs")
suspend fun query(value: Output<Map<String, String>>)
@JvmName(name = "nwhvvjgfcmqvqeoj")
suspend fun query(value: Map<String, String>?)

Parameters

value

A mapping of query parameters to pass to the backend host. The keys are the query names and the values are a comma separated string of query values. This is converted to a list before being passed to the API.


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

Parameters

values

A mapping of query parameters to pass to the backend host. The keys are the query names and the values are a comma separated string of query values. This is converted to a list before being passed to the API.