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

Class: Aws::RDS::Types::GlobalClusterMember

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

Overview

A data structure with information about any primary and secondary clusters associated with an Aurora global database.

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_arnString

The Amazon Resource Name (ARN) for each Aurora cluster.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for each Aurora cluster.

#global_write_forwarding_statusString

Specifies whether a secondary cluster in an Aurora global database has write forwarding enabled, not enabled, or is in the process of enabling it.

Possible values:

  • enabled
  • disabled
  • enabling
  • disabling
  • unknown

Returns:

  • (String)

    Specifies whether a secondary cluster in an Aurora global database has write forwarding enabled, not enabled, or is in the process of enabling it.

#is_writerBoolean

Specifies whether the Aurora cluster is the primary cluster (that is, has read-write capability) for the Aurora global database with which it is associated.

Returns:

  • (Boolean)

    Specifies whether the Aurora cluster is the primary cluster (that is, has read-write capability) for the Aurora global database with which it is associated.

#readersArray<String>

The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global database.

Returns:

  • (Array<String>)

    The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global database.