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_REQUESTandthroughputMode:PROVISIONED- Provisioned capacity mode requiresreadCapacityUnitsandwriteCapacityUnitsas input.
The default is throughput_mode:PAY_PER_REQUEST.
For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.