TableReplicaSpecification

data class TableReplicaSpecification(val readCapacityAutoScaling: TableAutoScalingSetting? = null, val readCapacityUnits: Int? = null, val region: String)

Represents replica specifications.

Constructors

Link copied to clipboard
constructor(readCapacityAutoScaling: TableAutoScalingSetting? = null, readCapacityUnits: Int? = null, region: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The read capacity auto scaling settings for the multi-Region table in the specified AWS Region.

Link copied to clipboard
val readCapacityUnits: Int? = null

The provisioned read capacity units for the multi-Region table in the specified AWS Region.

Link copied to clipboard

The AWS Region.