Values.NodeGroupMemberSourceRepresents a single node within a node group (shard).
type nonrec t = {cacheClusterId : String_.t option;The ID of the cluster to which the node belongs.
*)cacheNodeId : String_.t option;The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).
*)readEndpoint : Endpoint.t option;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.
*)preferredAvailabilityZone : String_.t option;The name of the Availability Zone in which the node is located.
*)preferredOutpostArn : String_.t option;The outpost ARN of the node group member.
*)currentRole : String_.t option;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.
*)}