BackupDetails

Contains the details of the backup created for the table.

Types

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

Properties

Link copied to clipboard

ARN associated with the backup.

Link copied to clipboard

Time at which the backup was created. This is the request time of the backup.

Link copied to clipboard

Time at which the automatic on-demand backup created by DynamoDB will expire. This SYSTEM on-demand backup expires automatically 35 days after its creation.

Link copied to clipboard

Name of the requested backup.

Link copied to clipboard

Size of the backup in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

Link copied to clipboard

Backup can be in one of the following states: CREATING, ACTIVE, DELETED.

Link copied to clipboard

BackupType:

Functions

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