class Aws::SecurityHub::Types::AwsRdsDbClusterMember

Information about an instance in the DB cluster.

@note When making an API call, you may pass AwsRdsDbClusterMember

data as a hash:

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

@!attribute [rw] is_cluster_writer

Whether the cluster member is the primary instance for the DB
cluster.
@return [Boolean]

@!attribute [rw] promotion_tier

Specifies the order in which an Aurora replica is promoted to the
primary instance when the existing primary instance fails.
@return [Integer]

@!attribute [rw] db_instance_identifier

The instance identifier for this member of the DB cluster.
@return [String]

@!attribute [rw] db_cluster_parameter_group_status

The status of the DB cluster parameter group for this member of the
DB cluster.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRdsDbClusterMember AWS API Documentation

Constants

SENSITIVE