@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 RequiredThroughputMode | undefined

The read/write throughput capacity mode for a table. The options are:

  • throughputMode:PAY_PER_REQUEST and

  • throughputMode:PROVISIONED - Provisioned capacity mode requires readCapacityUnits and writeCapacityUnits as input.

The default is throughput_mode:PAY_PER_REQUEST.

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 read operations defined in read capacity units (RCUs).

writeCapacityUnits number | undefined

The throughput capacity specified for write operations defined in write capacity units (WCUs).

Full Signature

export interface CapacitySpecificationSummary