DbClusterSnapshot

Detailed information about a cluster snapshot.

Types

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

Properties

Link copied to clipboard

Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.

Link copied to clipboard

Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).

Link copied to clipboard

Specifies the cluster identifier of the cluster that this cluster snapshot was created from.

Link copied to clipboard

The Amazon Resource Name (ARN) for the cluster snapshot.

Link copied to clipboard

Specifies the identifier for the cluster snapshot.

Link copied to clipboard

Specifies the name of the database engine.

Link copied to clipboard

Provides the version of the database engine for this cluster snapshot.

Link copied to clipboard

If StorageEncrypted is true, the KMS key identifier for the encrypted cluster snapshot.

Link copied to clipboard

Provides the master user name for the cluster snapshot.

Link copied to clipboard

Specifies the percentage of the estimated data that has been transferred.

Link copied to clipboard
val port: Int?

Specifies the port that the cluster was listening on at the time of the snapshot.

Link copied to clipboard

Provides the time when the snapshot was taken, in UTC.

Link copied to clipboard

Provides the type of the cluster snapshot.

Link copied to clipboard

If the cluster snapshot was copied from a source cluster snapshot, the ARN for the source cluster snapshot; otherwise, a null value.

Link copied to clipboard

Specifies the status of this cluster snapshot.

Link copied to clipboard

Specifies whether the cluster snapshot is encrypted.

Link copied to clipboard

Storage type associated with your cluster snapshot

Link copied to clipboard

Provides the virtual private cloud (VPC) ID that is associated with the cluster snapshot.

Functions

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