RestoreTableFromBackupRequest

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) associated with the backup.

Link copied to clipboard

The billing mode of the restored table.

Link copied to clipboard

List of global secondary indexes for the restored table. The indexes provided should match existing secondary indexes. You can choose to exclude some or all of the indexes at the time of restore.

Link copied to clipboard

List of local secondary indexes for the restored table. The indexes provided should match existing secondary indexes. You can choose to exclude some or all of the indexes at the time of restore.

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

Provisioned throughput settings for the restored table.

Link copied to clipboard

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

Link copied to clipboard

The name of the new table to which the backup must be restored.

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