V3FunctionInstanceLifecycleConfigPreStop

data class V3FunctionInstanceLifecycleConfigPreStop(val handler: String? = null, val timeout: Int? = null)

Constructors

Link copied to clipboard
constructor(handler: String? = null, timeout: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val handler: String? = null

Function Handler: the call entry for the function compute system to run your function.

Link copied to clipboard
val timeout: Int? = null

The maximum running time of the function, in seconds.