dax_increase_replication_factor: Adds one or more nodes to a DAX cluster

View source: R/dax_operations.R

dax_increase_replication_factorR Documentation

Adds one or more nodes to a DAX cluster

Description

Adds one or more nodes to a DAX cluster.

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

Usage

dax_increase_replication_factor(
  ClusterName,
  NewReplicationFactor,
  AvailabilityZones = NULL
)

Arguments

ClusterName

[required] The name of the DAX cluster that will receive additional nodes.

NewReplicationFactor

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

AvailabilityZones

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.


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