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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


7874
7875
7876
7877
7878
7879
7880
7881
# File 'lib/aws-sdk-rds/types.rb', line 7874

class DBClusterMember < Struct.new(
  :db_instance_identifier,
  :is_cluster_writer,
  :db_cluster_parameter_group_status,
  :promotion_tier)
  SENSITIVE = []
  include Aws::Structure
end

#db_instance_identifierString

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

Returns:

  • (String)


7874
7875
7876
7877
7878
7879
7880
7881
# File 'lib/aws-sdk-rds/types.rb', line 7874

class DBClusterMember < Struct.new(
  :db_instance_identifier,
  :is_cluster_writer,
  :db_cluster_parameter_group_status,
  :promotion_tier)
  SENSITIVE = []
  include Aws::Structure
end

#is_cluster_writerBoolean

Indicates whether the cluster member is the primary DB instance for the DB cluster.

Returns:

  • (Boolean)


7874
7875
7876
7877
7878
7879
7880
7881
# File 'lib/aws-sdk-rds/types.rb', line 7874

class DBClusterMember < Struct.new(
  :db_instance_identifier,
  :is_cluster_writer,
  :db_cluster_parameter_group_status,
  :promotion_tier)
  SENSITIVE = []
  include Aws::Structure
end

#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*.

[1]: docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance

Returns:

  • (Integer)


7874
7875
7876
7877
7878
7879
7880
7881
# File 'lib/aws-sdk-rds/types.rb', line 7874

class DBClusterMember < Struct.new(
  :db_instance_identifier,
  :is_cluster_writer,
  :db_cluster_parameter_group_status,
  :promotion_tier)
  SENSITIVE = []
  include Aws::Structure
end