contentHandling

@JvmName(name = "gwynrdgubprwjane")
suspend fun contentHandling(value: Output<MethodIntegrationContentHandling>)
@JvmName(name = "ufgpmqvtkwgioujw")
suspend fun contentHandling(value: MethodIntegrationContentHandling?)

Parameters

value

Specifies how to handle request payload content type conversions. Supported values are `CONVERT_TO_BINARY` and `CONVERT_TO_TEXT`, with the following behaviors: 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 `passthroughBehavior` is configured to support payload pass-through.