AWS SDK for .NET Documentation
ProvisionedThroughput Property
AmazonAmazon.DynamoDB.ModelCreateTableRequestProvisionedThroughput Did this page help you?   Yes   No    Tell us about it...
Provisioned throughput reserves the required read and write resources for your table in terms of ReadCapacityUnits and WriteCapacityUnits. Values for provisioned throughput depend upon your expected read/write rates, item size, and consistency. Provide the expected number of read and write operations, assuming an item size of 1k and strictly consistent reads. For 2k item size, double the value. For 3k, triple the value, etc. Eventually-consistent reads consume half the resources of strictly consistent reads.
Declaration Syntax
C#
public ProvisionedThroughput ProvisionedThroughput { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)