You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DAX::Types::IncreaseReplicationFactorRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing IncreaseReplicationFactorRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  cluster_name: "String", # required
  new_replication_factor: 1, # required
  availability_zones: ["String"],
}

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zonesArray<String>

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.

Returns:

  • (Array<String>)

    The Availability Zones (AZs) in which the cluster nodes will be created.

#cluster_nameString

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

Returns:

  • (String)

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

#new_replication_factorInteger

The new number of nodes for the DAX cluster.

Returns:

  • (Integer)

    The new number of nodes for the DAX cluster.