GlobalCluster

Contains the details of an Amazon Neptune global database.

This data type is used as a response element for the CreateGlobalCluster, DescribeGlobalClusters, ModifyGlobalCluster, DeleteGlobalCluster, FailoverGlobalCluster, and RemoveFromGlobalCluster actions.

Types

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

Properties

Link copied to clipboard

The deletion protection setting for the global database.

Link copied to clipboard

The Neptune database engine used by the global database ("neptune").

Link copied to clipboard

The Neptune engine version used by the global database.

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 (Neptune 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.

Link copied to clipboard

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

Link copied to clipboard

A list of cluster ARNs and instance ARNs for all the DB clusters that are part of the global database.

Link copied to clipboard

An immutable identifier for the global database that is unique within in all regions. This identifier is found in CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

Link copied to clipboard

Specifies the current state of this global database.

Link copied to clipboard

The storage encryption setting for the global database.

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