Adds one or more nodes to a DAX cluster.
See https://www.paws-r-sdk.com/docs/dax_increase_replication_factor/ for full documentation.
dax_increase_replication_factor(
ClusterName,
NewReplicationFactor,
AvailabilityZones = NULL
)
[required] The name of the DAX cluster that will receive additional nodes.
[required] The new number of nodes for the DAX cluster.
The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.