IncreaseReplicationFactorRequest

public struct IncreaseReplicationFactorRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let availabilityZones: [String]?
  • The name of the DAX cluster that will receive additional nodes.

    Declaration

    Swift

    public let clusterName: String
  • The new number of nodes for the DAX cluster.

    Declaration

    Swift

    public let newReplicationFactor: Int
  • Undocumented

    Declaration

    Swift

    public init(availabilityZones: [String]? = nil, clusterName: String, newReplicationFactor: Int)