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

Class: Aws::SecurityHub::Types::AwsRdsDbClusterMember

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

Overview

Note:

When passing AwsRdsDbClusterMember as input to an Aws::Client method, you can use a vanilla Hash:

{
  is_cluster_writer: false,
  promotion_tier: 1,
  db_instance_identifier: "NonEmptyString",
  db_cluster_parameter_group_status: "NonEmptyString",
}

Information about an instance in the DB cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_parameter_group_statusString

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

Returns:

  • (String)

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

#db_instance_identifierString

The instance identifier for this member of the DB cluster.

Returns:

  • (String)

    The instance identifier for this member of the DB cluster.

#is_cluster_writerBoolean

Whether the cluster member is the primary instance for the DB cluster.

Returns:

  • (Boolean)

    Whether the cluster member is the primary instance for the DB cluster.

#promotion_tierInteger

Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.

Returns:

  • (Integer)

    Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.