Event Source Mapping Scaling Config Args
data class EventSourceMappingScalingConfigArgs(val maximumConcurrency: Output<Int>? = null) : ConvertibleToJava<EventSourceMappingScalingConfigArgs>
Properties
Link copied to clipboard
Limits the number of concurrent instances that the Amazon SQS event source can invoke. Must be greater than or equal to 2
. See Configuring maximum concurrency for Amazon SQS event sources. You need to raise a Service Quota Ticket to increase the concurrency beyond 1000.