EventSourceMappingScalingConfig

data class EventSourceMappingScalingConfig(val maximumConcurrency: Int? = null)

Constructors

Link copied to clipboard
constructor(maximumConcurrency: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maximumConcurrency: Int? = null

Limits the number of concurrent instances that the Amazon SQS event source can invoke. Must be between 2 and 1000. See Configuring maximum concurrency for Amazon SQS event sources.