TableReplicaSpecificationArgs

data class TableReplicaSpecificationArgs(val readCapacityAutoScaling: Output<TableAutoScalingSettingArgs>? = null, val readCapacityUnits: Output<Int>? = null, val region: Output<String>) : ConvertibleToJava<TableReplicaSpecificationArgs>

Represents replica specifications.

Constructors

Link copied to clipboard
constructor(readCapacityAutoScaling: Output<TableAutoScalingSettingArgs>? = null, readCapacityUnits: Output<Int>? = null, region: Output<String>)

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: Output<Int>? = null

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

Link copied to clipboard
val region: Output<String>

The AWS Region.

Functions

Link copied to clipboard
open override fun toJava(): TableReplicaSpecificationArgs