- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-keyspaces
CapacitySpecificationSummary Interface
The read/write throughput capacity mode for a table. The options are:
-
throughputMode:PAY_PER_REQUEST
and -
throughputMode:PROVISIONED
.
For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.
Members
Name | Type | Details |
---|---|---|
throughputMode Required | ThroughputMode | undefined | The read/write throughput capacity mode for a table. The options are:
The default is For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide. |
lastUpdateToPayPerRequestTimestamp | Date | undefined | The timestamp of the last operation that changed the provisioned throughput capacity of a table. |
readCapacityUnits | number | undefined | The throughput capacity specified for |
writeCapacityUnits | number | undefined | The throughput capacity specified for |
Full Signature
export interface CapacitySpecificationSummary