Snapshot

class Snapshot

A snapshot object that contains databases.

Types

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

Properties

Link copied to clipboard

All of the Amazon Web Services accounts that have access to restore a snapshot to a provisioned cluster.

Link copied to clipboard

All of the Amazon Web Services accounts that have access to restore a snapshot to a namespace.

Link copied to clipboard

The size of the incremental backup in megabytes.

Link copied to clipboard

The Amazon Resource Name (ARN) for the namespace's admin user credentials secret.

Link copied to clipboard

The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.

Link copied to clipboard

The username of the database within a snapshot.

Link copied to clipboard

The size in megabytes of the data that has been backed up to a snapshot.

Link copied to clipboard

The rate at which data is backed up into a snapshot in megabytes per second.

Link copied to clipboard

The amount of time it took to back up data into a snapshot.

Link copied to clipboard

The estimated amount of seconds until the snapshot completes backup.

Link copied to clipboard

The unique identifier of the KMS key used to encrypt the snapshot.

Link copied to clipboard

The Amazon Resource Name (ARN) of the namespace the snapshot was created from.

Link copied to clipboard

The name of the namepsace.

Link copied to clipboard

The owner Amazon Web Services; account of the snapshot.

Link copied to clipboard

The Amazon Resource Name (ARN) of the snapshot.

Link copied to clipboard

The timestamp of when the snapshot was created.

Link copied to clipboard

The name of the snapshot.

Link copied to clipboard

The amount of days until the snapshot is deleted.

Link copied to clipboard

The period of time, in days, of how long the snapshot is retained.

Link copied to clipboard

The timestamp of when data within the snapshot started getting retained.

Link copied to clipboard

The status of the snapshot.

Link copied to clipboard

The total size, in megabytes, of how big the snapshot is.

Functions

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