ReplicaGlobalSecondaryIndexSettingsDescription

Represents the properties of a global secondary index.

Types

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

Properties

Link copied to clipboard

The name of the global secondary index. The name must be unique among all other indexes on this table.

Link copied to clipboard

The current status of the global secondary index:

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

Link copied to clipboard

The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.

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

Link copied to clipboard

The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

Functions

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