class
Amazonite::Lambda::FunctionScalingConfig
- Amazonite::Lambda::FunctionScalingConfig
- Reference
- Object
Overview
Configuration that defines the scaling behavior for a Lambda Managed Instances function, including the minimum and maximum number of execution environments that can be provisioned.
Included Modules
- JSON::Serializable
Defined in:
lambda/function_scaling_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(min_execution_environments : Int32 | Nil = nil, max_execution_environments : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#max_execution_environments : Int32 | Nil
The maximum number of execution environments that can be provisioned for the function.
-
#max_execution_environments=(max_execution_environments : Int32 | Nil)
The maximum number of execution environments that can be provisioned for the function.
-
#min_execution_environments : Int32 | Nil
The minimum number of execution environments to maintain for the function.
-
#min_execution_environments=(min_execution_environments : Int32 | Nil)
The minimum number of execution environments to maintain for the function.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The maximum number of execution environments that can be provisioned for the function.
The maximum number of execution environments that can be provisioned for the function.
The minimum number of execution environments to maintain for the function.
The minimum number of execution environments to maintain for the function.