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();
 

See Also: