requestParameters

@JvmName(name = "yfcqunlvfubocwjy")
suspend fun requestParameters(value: Output<Map<String, String>>)
@JvmName(name = "dywrgxrmhieedsma")
suspend fun requestParameters(value: Map<String, String>?)

Parameters

value

For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend. For HTTP APIs with a specified integration_subtype, a key-value map specifying parameters that are passed to AWS_PROXY integrations. For HTTP APIs without a specified integration_subtype, a key-value map specifying how to transform HTTP requests before sending them to the backend. See the Amazon API Gateway Developer Guide for details.


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

Parameters

values

For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to the backend. For HTTP APIs with a specified integration_subtype, a key-value map specifying parameters that are passed to AWS_PROXY integrations. For HTTP APIs without a specified integration_subtype, a key-value map specifying how to transform HTTP requests before sending them to the backend. See the Amazon API Gateway Developer Guide for details.