NodeGroupMember

Represents a single node within a node group (shard).

Types

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

Properties

Link copied to clipboard

The ID of the cluster to which the node belongs.

Link copied to clipboard

The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).

Link copied to clipboard

The role that is currently assigned to the node - primary or replica. This member is only applicable for Valkey or Redis OSS (cluster mode disabled) replication groups.

Link copied to clipboard

The name of the Availability Zone in which the node is located.

Link copied to clipboard

The outpost ARN of the node group member.

Link copied to clipboard

The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Valkey or Redis OSS (cluster mode disabled) clusters.

Functions

Link copied to clipboard
inline fun copy(block: NodeGroupMember.Builder.() -> Unit = {}): NodeGroupMember
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