Class: Aws::Lambda::Types::SnapStart

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

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.

[1]: docs.aws.amazon.com/lambda/latest/dg/snapstart.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apply_onString

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

Returns:



8438
8439
8440
8441
8442
# File 'lib/aws-sdk-lambda/types.rb', line 8438

class SnapStart < Struct.new(
  :apply_on)
  SENSITIVE = []
  include Aws::Structure
end