UpdateTableRequest

Represents the input of an UpdateTable operation.

Types

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

Properties

Link copied to clipboard

An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitions must include the key element(s) of the new index.

Link copied to clipboard

Controls how you are charged for read and write throughput and how you manage capacity. When switching from pay-per-request to provisioned capacity, initial provisioned capacity values must be set. The initial provisioned capacity values are estimated based on the consumed read and write capacity of your table and global secondary indexes over the past 30 minutes.

Link copied to clipboard

Indicates whether deletion protection is to be enabled (true) or disabled (false) on the table.

Link copied to clipboard

An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:

Link copied to clipboard

A list of witness updates for a MRSC global table. A witness provides a cost-effective alternative to a full replica in a MRSC global table by maintaining replicated change data written to global table replicas. You cannot perform read or write operations on a witness. For each witness, you can request one action:

Link copied to clipboard

Specifies the consistency mode for a new global table. This parameter is only valid when you create a global table by specifying one or more Create actions in the ReplicaUpdates action list.

Link copied to clipboard

Updates the maximum number of read and write units for the specified table in on-demand capacity mode. If you use this parameter, you must specify MaxReadRequestUnits, MaxWriteRequestUnits, or both.

Link copied to clipboard

The new provisioned throughput settings for the specified table or index.

Link copied to clipboard

A list of replica update actions (create, delete, or update) for the table.

Link copied to clipboard

The new server-side encryption settings for the specified table.

Link copied to clipboard

Represents the DynamoDB Streams configuration for the table.

Link copied to clipboard

The table class of the table to be updated. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.

Link copied to clipboard

The name of the table to be updated. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Link copied to clipboard

Represents the warm throughput (in read units per second and write units per second) for updating a table.

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