/AWS1/CL_LMDPROVPOLLERCONFIG¶
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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_minimumpollers TYPE /AWS1/LMDMINNUMBEROFPOLLERS /AWS1/LMDMINNUMBEROFPOLLERS¶
The minimum number of event pollers this event source can scale down to. For Amazon SQS events source mappings, default is 2, and minimum 2 required. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 1.
iv_maximumpollers TYPE /AWS1/LMDMAXNUMBEROFPOLLERS /AWS1/LMDMAXNUMBEROFPOLLERS¶
The maximum number of event pollers this event source can scale up to. For Amazon SQS events source mappings, default is 200, and minimum value allowed is 2. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 200, and minimum value allowed is 1.
iv_pollergroupname TYPE /AWS1/LMDPROVPOLLERGROUPNAME /AWS1/LMDPROVPOLLERGROUPNAME¶
(Amazon MSK and self-managed Apache Kafka) The name of the provisioned poller group. Use this option 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.
Queryable Attributes¶
MinimumPollers¶
The minimum number of event pollers this event source can scale down to. For Amazon SQS events source mappings, default is 2, and minimum 2 required. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 1.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINIMUMPOLLERS() |
Getter for MINIMUMPOLLERS, with configurable default |
ASK_MINIMUMPOLLERS() |
Getter for MINIMUMPOLLERS w/ exceptions if field has no valu |
HAS_MINIMUMPOLLERS() |
Determine if MINIMUMPOLLERS has a value |
MaximumPollers¶
The maximum number of event pollers this event source can scale up to. For Amazon SQS events source mappings, default is 200, and minimum value allowed is 2. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 200, and minimum value allowed is 1.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXIMUMPOLLERS() |
Getter for MAXIMUMPOLLERS, with configurable default |
ASK_MAXIMUMPOLLERS() |
Getter for MAXIMUMPOLLERS w/ exceptions if field has no valu |
HAS_MAXIMUMPOLLERS() |
Determine if MAXIMUMPOLLERS has a value |
PollerGroupName¶
(Amazon MSK and self-managed Apache Kafka) The name of the provisioned poller group. Use this option 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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLLERGROUPNAME() |
Getter for POLLERGROUPNAME, with configurable default |
ASK_POLLERGROUPNAME() |
Getter for POLLERGROUPNAME w/ exceptions if field has no val |
HAS_POLLERGROUPNAME() |
Determine if POLLERGROUPNAME has a value |