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

Class: Aws::RDS::Types::DBClusterMember

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

Overview

Contains information about an instance that is part of a DB cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_parameter_group_statusString

Specifies the status of the DB cluster parameter group for this member of the DB cluster.

Returns:

  • (String)

    Specifies the status of the DB cluster parameter group for this member of the DB cluster.

#db_instance_identifierString

Specifies the instance identifier for this member of the DB cluster.

Returns:

  • (String)

    Specifies the instance identifier for this member of the DB cluster.

#is_cluster_writerBoolean

Value that is true if the cluster member is the primary instance for the DB cluster and false otherwise.

Returns:

  • (Boolean)

    Value that is true if the cluster member is the primary instance for the DB cluster and false otherwise.

#promotion_tierInteger

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.

Returns:

  • (Integer)

    A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.