AWSLambdaScalingConfig
Objective-C
@interface AWSLambdaScalingConfig
Swift
class AWSLambdaScalingConfig
(Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value.
-
Limits the number of concurrent instances that the Amazon SQS event source can invoke.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maximumConcurrency;
Swift
var maximumConcurrency: NSNumber? { get set }