ClusterSnapshot

Returns information about a specific elastic cluster snapshot.

Types

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

Properties

Link copied to clipboard

The name of the elastic cluster administrator.

Link copied to clipboard

The ARN identifier of the elastic cluster.

Link copied to clipboard

The time when the elastic cluster was created in Universal Coordinated Time (UTC).

Link copied to clipboard

The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a cluster using the same Amazon account that owns this KMS encryption key, you can use the KMS key alias instead of the ARN as the KMS encryption key. If an encryption key is not specified here, Amazon DocumentDB uses the default encryption key that KMS creates for your account. Your account has a different default encryption key for each Amazon Region.

Link copied to clipboard

The ARN identifier of the elastic cluster snapshot.

Link copied to clipboard

The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).

Link copied to clipboard

The name of the elastic cluster snapshot.

Link copied to clipboard

The type of cluster snapshots to be returned. You can specify one of the following values:

Link copied to clipboard

The status of the elastic cluster snapshot.

Link copied to clipboard

The Amazon EC2 subnet IDs for the elastic cluster.

Link copied to clipboard

A list of EC2 VPC security groups to associate with the elastic cluster.

Functions

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