ReplicaSettingsDescription

Represents the properties of a replica.

Types

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

Properties

Link copied to clipboard

The Region name of the replica.

Link copied to clipboard

The read/write capacity mode of the replica.

Link copied to clipboard

Replica global secondary index settings for the global table.

Auto scaling settings for a global table replica's read capacity units.

Link copied to clipboard

The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

Auto scaling settings for a global table replica's write capacity units.

Link copied to clipboard

The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

Link copied to clipboard

The current state of the Region:

Link copied to clipboard

Contains details of the table class.

Functions

Link copied to clipboard
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