UpdateTableRequest

Types

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

Properties

Link copied to clipboard

For each column to be added to the specified table:

Link copied to clipboard

The optional auto scaling settings to update for a table in provisioned capacity mode. Specifies if the service can manage throughput capacity of a provisioned table automatically on your behalf. Amazon Keyspaces auto scaling helps you provision throughput capacity for variable workloads efficiently by increasing and decreasing your table's read and write capacity automatically in response to application traffic.

Link copied to clipboard

Modifies the read/write throughput capacity mode for the table. The options are:

Link copied to clipboard

The CDC stream settings of the table.

Link copied to clipboard

Enables client-side timestamps for the table. By default, the setting is disabled. You can enable client-side timestamps with the following option:

Link copied to clipboard

The default Time to Live setting in seconds for the table.

Link copied to clipboard

Modifies the encryption settings of the table. You can choose one of the following KMS key (KMS key):

Link copied to clipboard

The name of the keyspace the specified table is stored in.

Link copied to clipboard

Modifies the pointInTimeRecovery settings of the table. The options are:

Link copied to clipboard

The Region specific settings of a multi-Regional table.

Link copied to clipboard

The name of the table.

Link copied to clipboard

Modifies Time to Live custom settings for the table. The options are:

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