Snapshot

class Snapshot

Represents a copy of an entire cluster as of the time when the snapshot was taken.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN (Amazon Resource Name) of the snapshot.

Link copied to clipboard

The configuration of the cluster from which the snapshot was taken

Link copied to clipboard

Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes. For more information, see Data tiering.

Link copied to clipboard

The ID of the KMS key used to encrypt the snapshot.

Link copied to clipboard
val name: String?

The name of the snapshot

Link copied to clipboard

Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

Link copied to clipboard

The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.

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