dax_decrease_replication_factor: Removes one or more nodes from a DAX cluster

View source: R/dax_operations.R

dax_decrease_replication_factorR Documentation

Removes one or more nodes from a DAX cluster

Description

Removes one or more nodes from a DAX cluster.

See https://www.paws-r-sdk.com/docs/dax_decrease_replication_factor/ for full documentation.

Usage

dax_decrease_replication_factor(
  ClusterName,
  NewReplicationFactor,
  AvailabilityZones = NULL,
  NodeIdsToRemove = NULL
)

Arguments

ClusterName

[required] The name of the DAX cluster from which you want to remove nodes.

NewReplicationFactor

[required] The new number of nodes for the DAX cluster.

AvailabilityZones

The Availability Zone(s) from which to remove nodes.

NodeIdsToRemove

The unique identifiers of the nodes to be removed from the cluster.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.