contentHandling

@JvmName(name = "pxcxmvouidgxbnmy")
suspend fun contentHandling(value: Output<MethodIntegrationResponseContentHandling>)
@JvmName(name = "umrhoapasufdxayf")
suspend fun contentHandling(value: MethodIntegrationResponseContentHandling?)

Parameters

value

Specifies how to handle response 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 response payload will be passed through from the integration response to the method response without modification.