GlobalSecondaryIndexUpdate
Represents one of the following:
A new global secondary index to be added to an existing table.
New provisioned throughput parameters for an existing global secondary index.
An existing global secondary index to be removed from an existing table.
Types
Properties
Link copied to clipboard
The parameters required for creating a global secondary index on an existing table:
Link copied to clipboard
The name of an existing global secondary index to be removed.
Link copied to clipboard
The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.
Functions
Link copied to clipboard
inline fun copy(block: GlobalSecondaryIndexUpdate.Builder.() -> Unit = {}): GlobalSecondaryIndexUpdate