V3FunctionInstanceLifecycleConfigInitializer

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

Constructors

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.