SnapStart

class SnapStart

The function's Lambda SnapStart setting. Set ApplyOn to PublishedVersions to create a snapshot of the initialized execution environment when you publish a function version.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set to PublishedVersions to create a snapshot of the initialized execution environment when you publish a function version.

Functions

Link copied to clipboard
inline fun copy(block: SnapStart.Builder.() -> Unit = {}): SnapStart
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String