Parameters for the putCapacityThroughputConfiguration operation.

interface PutCapacityThroughputConfigurationParams {
    blocks: number;
    headers?: OutgoingHttpHeaders;
}

Properties

Properties

blocks: number

A number of blocks of throughput units. A block consists of 100 reads/sec, 50 writes/sec, and 5 global queries/sec of provisioned throughput capacity.

headers?: OutgoingHttpHeaders

Generated using TypeDoc