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

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

Link copied to clipboard

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.

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