Interface CfnEventSourceMapping.ScalingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEventSourceMapping.ScalingConfigProperty.Jsii$Proxy
- Enclosing class:
CfnEventSourceMapping
@Stability(Stable)
public static interface CfnEventSourceMapping.ScalingConfigProperty
extends software.amazon.jsii.JsiiSerializable
(Amazon SQS only) The scaling configuration for the event source.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEventSourceMapping.ScalingConfigProperty
static final class
An implementation forCfnEventSourceMapping.ScalingConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaximumConcurrency
Limits the number of concurrent instances that the Amazon SQS event source can invoke. -
builder
-