EventSourceMappingProvisionedPollerConfig

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

The provisioned mode configuration for the event source. Use provisioned mode to customize the minimum and maximum number of event pollers for your event source.

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.

Link copied to clipboard
val minimumPollers: Int? = null

The minimum number of event pollers this event source can scale down to.