invokeMode

@JvmName(name = "qxukqnpahasjfbet")
suspend fun invokeMode(value: Output<UrlInvokeMode>)
@JvmName(name = "cbijhtvnpuspqtkk")
suspend fun invokeMode(value: UrlInvokeMode?)

Parameters

value

The invocation mode for the function's URL. Set to BUFFERED if you want to buffer responses before returning them to the client. Set to RESPONSE_STREAM if you want to stream responses, allowing faster time to first byte and larger response payload sizes. If not set, defaults to BUFFERED.