capacitySpecification
construct an aws.sdk.kotlin.services.keyspaces.model.CapacitySpecification inside the given block
Specifies the read/write throughput capacity mode for the table. The options are:
throughputMode:PAY_PER_REQUEST
andthroughputMode:PROVISIONED
- Provisioned capacity mode requiresreadCapacityUnits
andwriteCapacityUnits
as input.
The default is throughput_mode:PAY_PER_REQUEST
.
For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.