GlobalTableReadProvisionedThroughputSettings

data class GlobalTableReadProvisionedThroughputSettings(val readCapacityAutoScalingSettings: GlobalTableCapacityAutoScalingSettings? = null, val readCapacityUnits: Int? = null)

Constructors

constructor(readCapacityAutoScalingSettings: GlobalTableCapacityAutoScalingSettings? = null, readCapacityUnits: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies auto scaling settings for the replica table or global secondary index.

Link copied to clipboard
val readCapacityUnits: Int? = null

Specifies a fixed read capacity for the replica table or global secondary index.