EventSourceMappingScalingConfig

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

(Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value.

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 SQS event source can invoke.