DecreaseReplicationFactorRequest

public struct DecreaseReplicationFactorRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Availability Zone(s) from which to remove nodes.

    Declaration

    Swift

    public let availabilityZones: [String]?
  • The name of the DAX cluster from which you want to remove nodes.

    Declaration

    Swift

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

    Declaration

    Swift

    public let newReplicationFactor: Int
  • The unique identifiers of the nodes to be removed from the cluster.

    Declaration

    Swift

    public let nodeIdsToRemove: [String]?
  • Undocumented

    Declaration

    Swift

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