class Aws::DAX::Types::DecreaseReplicationFactorRequest
@note When making an API call, you may pass DecreaseReplicationFactorRequest
data as a hash: { cluster_name: "String", # required new_replication_factor: 1, # required availability_zones: ["String"], node_ids_to_remove: ["String"], }
@!attribute [rw] cluster_name
The name of the DAX cluster from which you want to remove 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 Zone(s) from which to remove nodes. @return [Array<String>]
@!attribute [rw] node_ids_to_remove
The unique identifiers of the nodes to be removed from the cluster. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/DecreaseReplicationFactorRequest AWS API Documentation
Constants
- SENSITIVE