TableCreationParameters

The parameters for the table created as part of the import operation.

Types

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

Properties

Link copied to clipboard

The attributes of the table created as part of the import operation.

Link copied to clipboard

The billing mode for provisioning the table created as part of the import operation.

Link copied to clipboard

The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.

Link copied to clipboard

The primary key and option sort key of the table created as part of the import operation.

Link copied to clipboard

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

Link copied to clipboard

Represents the provisioned throughput settings for the specified global secondary index. You must use ProvisionedThroughput or OnDemandThroughput based on your table’s capacity mode.

Link copied to clipboard

Represents the settings used to enable server-side encryption.

Link copied to clipboard

The name of the table created as part of the import operation.

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