V2FunctionInstanceLifecycleConfigPreStop

data class V2FunctionInstanceLifecycleConfigPreStop(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

entry point of function.

Link copied to clipboard
val timeout: Int? = null

max running time of function.