public static interface CfnEventSourceMapping.ScalingConfigProperty
For more information, see Configuring maximum concurrency for Amazon SQS event sources .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.lambda.*; ScalingConfigProperty scalingConfigProperty = ScalingConfigProperty.builder() .maximumConcurrency(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnEventSourceMapping.ScalingConfigProperty.Builder
A builder for
CfnEventSourceMapping.ScalingConfigProperty |
static class |
CfnEventSourceMapping.ScalingConfigProperty.Jsii$Proxy
An implementation for
CfnEventSourceMapping.ScalingConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnEventSourceMapping.ScalingConfigProperty.Builder |
builder() |
default java.lang.Number |
getMaximumConcurrency()
Limits the number of concurrent instances that the Amazon SQS event source can invoke.
|
default java.lang.Number getMaximumConcurrency()
static CfnEventSourceMapping.ScalingConfigProperty.Builder builder()