Show / Hide Table of Contents

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.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-scalingconfig.html

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>

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-scalingconfig.html#cfn-lambda-eventsourcemapping-scalingconfig-maximumconcurrency

Back to top Generated by DocFX