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

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.

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