CreateGlobalSecondaryIndexAction

Represents a new global secondary index to be added to an existing table.

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 to be created.

Link copied to clipboard

The key schema for the global secondary index.

Link copied to clipboard

The maximum number of read and write units for the global secondary index being created. If you use this parameter, you must specify MaxReadRequestUnits, MaxWriteRequestUnits, or both. You must use either OnDemand Throughput or ProvisionedThroughput based on your table's capacity mode.

Link copied to clipboard

Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

Link copied to clipboard

Represents the provisioned throughput settings for the specified global secondary index.

Link copied to clipboard

Represents the warm throughput value (in read units per second and write units per second) when creating a secondary index.

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