contentHandling

@JvmName(name = "daqmqobxxfflgfln")
suspend fun contentHandling(value: Output<String>)
@JvmName(name = "vgybeofulliywetv")
suspend fun contentHandling(value: String?)

Parameters

value

How to handle request payload content type conversions. Supported values are CONVERT_TO_BINARY and CONVERT_TO_TEXT. If this property is not defined, the request payload will be passed through from the method request to integration request without modification, provided that the passthroughBehaviors is configured to support payload pass-through.