EventSourceMappingProvisionedPollerConfig constructor
const
EventSourceMappingProvisionedPollerConfig({})
Creates a new EventSourceMappingProvisionedPollerConfig.
maximumPollers Maximum number of event pollers this event source can scale up to. The range is between 1 and 2000.
minimumPollers Minimum number of event pollers this event source can scale down to. The range is between 1 and 200.
pollerGroupName Name of the provisioned poller group used to group multiple ESMs within the event source's VPC to share Event Poller Unit (EPU) capacity. You can use this option to optimize Provisioned mode costs for your ESMs. You can group up to 100 ESMs per poller group and aggregate maximum pollers across all ESMs in a group cannot exceed 2000.
Implementation
const EventSourceMappingProvisionedPollerConfig({
this.maximumPollers,
this.minimumPollers,
this.pollerGroupName,
});