UpdateTableRequest
Represents the input of an UpdateTable
operation.
Types
Properties
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.
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.
Indicates whether deletion protection is to be enabled (true) or disabled (false) on the table.
An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:
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:
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.
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.
The new provisioned throughput settings for the specified table or index.
A list of replica update actions (create, delete, or update) for the table.
The new server-side encryption settings for the specified table.
Represents the DynamoDB Streams configuration for the table.
The table class of the table to be updated. Valid values are STANDARD
and STANDARD_INFREQUENT_ACCESS
.
Represents the warm throughput (in read units per second and write units per second) for updating a table.