EventSourceMappingScalingConfig

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

The scaling configuration for the event source.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maximumConcurrency: Int? = null

The maximum number of concurrent functions that the event source can invoke.