You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::GlobalCluster

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The default database name within the new global database cluster.

Returns:

  • (String)

    The default database name within the new global database cluster.

#deletion_protectionBoolean

The deletion protection setting for the new global database cluster.

Returns:

  • (Boolean)

    The deletion protection setting for the new global database cluster.

#engineString

The Aurora database engine used by the global database cluster.

Returns:

  • (String)

    The Aurora database engine used by the global database cluster.

#engine_versionString

Indicates the database engine version.

Returns:

  • (String)

    Indicates the database engine version.

#global_cluster_arnString

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

Returns:

  • (String)

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

#global_cluster_identifierString

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

Returns:

  • (String)

    Contains a user-supplied global database cluster identifier.

#global_cluster_membersArray<Types::GlobalClusterMember>

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

Returns:

#global_cluster_resource_idString

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

Returns:

  • (String)

    The AWS Region-unique, immutable identifier for the global database cluster.

#statusString

Specifies the current state of this global database cluster.

Returns:

  • (String)

    Specifies the current state of this global database cluster.

#storage_encryptedBoolean

The storage encryption setting for the global database cluster.

Returns:

  • (Boolean)

    The storage encryption setting for the global database cluster.