UpdateBrokerCountRequest
public struct UpdateBrokerCountRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let clusterArn: String
-
The current version of the cluster.
Declaration
Swift
public let currentVersion: String
-
The number of broker nodes that you want the cluster to have after this operation completes successfully.
Declaration
Swift
public let targetNumberOfBrokerNodes: Int
-
Undocumented
Declaration
Swift
public init(clusterArn: String, currentVersion: String, targetNumberOfBrokerNodes: Int)
-
Declaration
Swift
public func validate(name: String) throws