class
Amazonite::Lambda::ScalingConfig
- Amazonite::Lambda::ScalingConfig
- Reference
- Object
Overview
(Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value.
Included Modules
- JSON::Serializable
Defined in:
lambda/scaling_config.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#maximum_concurrency : Int32 | Nil
Limits the number of concurrent instances that the Amazon SQS event source can invoke.
-
#maximum_concurrency=(maximum_concurrency : Int32 | Nil)
Limits the number of concurrent instances that the Amazon SQS event source can invoke.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def maximum_concurrency : Int32 | Nil
#
Limits the number of concurrent instances that the Amazon SQS event source can invoke.
def maximum_concurrency=(maximum_concurrency : Int32 | Nil)
#
Limits the number of concurrent instances that the Amazon SQS event source can invoke.