ThroughputLimit

Default Value Data Type Required

30

Integer

No

Description

The percentage of the total provisioned read units that the connector is allowed to consume. By default, the connector is allowed to consume up to 30% of the provisioned throughput.

Make sure that you use a value that is appropriate for the number of client applications that will be using a specific table concurrently. For example, if you set this value to 100, then one client will use all of the provisioned throughput units, preventing any other clients from using the table until more throughput becomes available.

To throttle the amount of throughput used, the connector starts by estimating the number of items per second that it can request from a table, and then multiplies that number of items by the ThroughputLimit value. The resulting number of items is the maximum number of items per second that the connector will request from the table.