requestTemplates

@JvmName(name = "crjtkjcidvhdadju")
suspend fun requestTemplates(value: Output<Map<String, String>>)
@JvmName(name = "sgfsnredmbopxcme")
suspend fun requestTemplates(value: Map<String, String>?)

Parameters

value

Map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. Supported only for WebSocket APIs.


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

Parameters

values

Map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. Supported only for WebSocket APIs.