EventSourceMappingProvisionedPollerConfig class
Constructors
-
EventSourceMappingProvisionedPollerConfig({Input<int?>? maximumPollers, Input<int?>? minimumPollers, Input<String?>? pollerGroupName})
-
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.
const
-
EventSourceMappingProvisionedPollerConfig.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
maximumPollers
→ Input<int?>?
-
Maximum number of event pollers this event source can scale up to. The range is between 1 and 2000.
final
-
minimumPollers
→ Input<int?>?
-
Minimum number of event pollers this event source can scale down to. The range is between 1 and 200.
final
-
pollerGroupName
→ Input<String?>?
-
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.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited