class Aws::RDS::Types::GlobalCluster

A data type representing an Aurora global database.

@!attribute [rw] global_cluster_identifier

Contains a user-supplied global database cluster identifier. This
identifier is the unique key that identifies a global database
cluster.
@return [String]

@!attribute [rw] global_cluster_resource_id

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
customer master key (CMK) for the DB cluster is accessed.
@return [String]

@!attribute [rw] global_cluster_arn

The Amazon Resource Name (ARN) for the global database cluster.
@return [String]

@!attribute [rw] status

Specifies the current state of this global database cluster.
@return [String]

@!attribute [rw] engine

The Aurora database engine used by the global database cluster.
@return [String]

@!attribute [rw] engine_version

Indicates the database engine version.
@return [String]

@!attribute [rw] database_name

The default database name within the new global database cluster.
@return [String]

@!attribute [rw] storage_encrypted

The storage encryption setting for the global database cluster.
@return [Boolean]

@!attribute [rw] deletion_protection

The deletion protection setting for the new global database cluster.
@return [Boolean]

@!attribute [rw] global_cluster_members

The list of cluster IDs for secondary clusters within the global
database cluster. Currently limited to 1 item.
@return [Array<Types::GlobalClusterMember>]

@!attribute [rw] failover_state

A data object containing all properties for the current state of an
in-process or pending failover process for this Aurora global
database. This object is empty unless the FailoverGlobalCluster API
operation has been called on this Aurora global database
(GlobalCluster).
@return [Types::FailoverState]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/GlobalCluster AWS API Documentation

Constants

SENSITIVE