FunctionSnapStartResponse

data class FunctionSnapStartResponse(val applyOn: FunctionSnapStartResponseApplyOn? = null, val optimizationStatus: FunctionSnapStartResponseOptimizationStatus? = null)

The function's SnapStart Response. When set to PublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Applying SnapStart setting on function resource type.

Link copied to clipboard

Indicates whether SnapStart is activated for the specified function version.