Interface CfnEventSourceMapping.IScalingConfigProperty
(Amazon SQS only) The scaling configuration for the event source.
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.AWS.Lambda.dll
Syntax (csharp)
public interface IScalingConfigProperty
Syntax (vb)
Public Interface IScalingConfigProperty
Remarks
To remove the configuration, pass an empty value.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Lambda;
var scalingConfigProperty = new ScalingConfigProperty {
MaximumConcurrency = 123
};
Synopsis
Properties
MaximumConcurrency | Limits the number of concurrent instances that the Amazon SQS event source can invoke. |
Properties
MaximumConcurrency
Limits the number of concurrent instances that the Amazon SQS event source can invoke.
virtual Nullable<double> MaximumConcurrency { get; }
Property Value
System.Nullable<System.Double>