GlobalCluster

A data type representing an Amazon DocumentDB global cluster.

Types

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

Properties

Link copied to clipboard

The default database name within the new global cluster.

Link copied to clipboard

The deletion protection setting for the new global cluster.

Link copied to clipboard

The Amazon DocumentDB database engine used by the global cluster.

Link copied to clipboard

Indicates the database engine version.

Link copied to clipboard

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

Link copied to clipboard

Contains a user-supplied global cluster identifier. This identifier is the unique key that identifies a global cluster.

Link copied to clipboard

The list of cluster IDs for secondary clusters within the global cluster. Currently limited to one item.

Link copied to clipboard

The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in CloudTrail log entries whenever the KMS customer master key (CMK) for the cluster is accessed.

Link copied to clipboard

Specifies the current state of this global cluster.

Link copied to clipboard

The storage encryption setting for the global cluster.

Functions

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