@Stability(value=Stable)
public static interface CfnEventSourceMapping.ScalingConfigProperty
extends software.amazon.jsii.JsiiSerializable
To remove the configuration, pass an empty value.
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 Number |
getMaximumConcurrency()
Limits the number of concurrent instances that the Amazon SQS event source can invoke.
|
@Stability(value=Stable) @Nullable default Number getMaximumConcurrency()
@Stability(value=Stable) static CfnEventSourceMapping.ScalingConfigProperty.Builder builder()
Copyright © 2023. All rights reserved.