DbClusterMember

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

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

Specifies the instance identifier for this member of the cluster.

Link copied to clipboard

A value that is true if the cluster member is the primary instance for the cluster and false otherwise.

Link copied to clipboard

A value that specifies the order in which an Amazon DocumentDB 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