WarmThroughput

Provides visibility into the number of read and write operations your table or secondary index can instantaneously support. The settings can be modified using the UpdateTable operation to meet the throughput requirements of an upcoming peak event.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents the number of read operations your base table can instantaneously support.

Link copied to clipboard

Represents the number of write operations your base table can instantaneously support.

Functions

Link copied to clipboard
inline fun copy(block: WarmThroughput.Builder.() -> Unit = {}): WarmThroughput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String