ArchivalSummary

Contains details of a table archival operation.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the backup the table was archived to, when applicable in the archival reason. If you wish to restore this backup to the same table name, you will need to delete the original table.

Link copied to clipboard

The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.

Link copied to clipboard

The reason DynamoDB archived the table. Currently, the only possible value is:

Functions

Link copied to clipboard
inline fun copy(block: ArchivalSummary.Builder.() -> Unit = {}): ArchivalSummary
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