GlobalCluster

A data type representing an Aurora global database.

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 database cluster.

Link copied to clipboard

The deletion protection setting for the new global database cluster.

Link copied to clipboard

The Aurora database engine used by the global database cluster.

Link copied to clipboard

Indicates the database engine version.

Link copied to clipboard

A data object containing all properties for the current state of an in-process or pending switchover or failover process for this global cluster (Aurora global database). This object is empty unless the SwitchoverGlobalCluster or FailoverGlobalCluster operation was called on this global cluster.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The list of primary and secondary clusters within the global database cluster.

Link copied to clipboard

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

Link copied to clipboard

Specifies the current state of this global database cluster.

Link copied to clipboard

The storage encryption setting for the global database 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