Event Source Mapping Provisioned Poller Config
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.