Class: DynamoDBProvisionedThroughput

Types~DynamoDBProvisionedThroughput

new DynamoDBProvisionedThroughput()

Properties:
Name Type Description
ReadCapacityUnits Number Required: Yes. Sets the desired minimum number of consistent reads of items (up to 1KB in size) per second for the specified table before Amazon DynamoDB balances the load.
WriteCapacityUnits Number Required: Yes. Sets the desired minimum number of consistent writes of items (up to 1KB in size) per second for the specified table before Amazon DynamoDB balances the load.
Source: