EventSourceMappingProvisionedPollerConfig

data class EventSourceMappingProvisionedPollerConfig(val maximumPollers: Int? = null, val minimumPollers: Int? = null)

Constructors

constructor(maximumPollers: Int? = null, minimumPollers: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maximumPollers: Int? = null

The maximum number of event pollers this event source can scale up to. The range is between 1 and 2000.

Link copied to clipboard
val minimumPollers: Int? = null

The minimum number of event pollers this event source can scale down to. The range is between 1 and 200.