DbClusterMember

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: DbClusterMember.Builder.() -> Unit = {}): DbClusterMember
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String