class Aws::DAX::Types::IncreaseReplicationFactorRequest
@note When making an API call, you may pass IncreaseReplicationFactorRequest
data as a hash: { cluster_name: "String", # required new_replication_factor: 1, # required availability_zones: ["String"], }
@!attribute [rw] cluster_name
The name of the DAX cluster that will receive additional nodes. @return [String]
@!attribute [rw] new_replication_factor
The new number of nodes for the DAX cluster. @return [Integer]
@!attribute [rw] availability_zones
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. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/IncreaseReplicationFactorRequest AWS API Documentation
Constants
- SENSITIVE