ResizeClusterMessage
public struct ResizeClusterMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A boolean value indicating whether the resize operation is using the classic resize process. If you don’t provide this parameter or set the value to false, the resize type is elastic.
Declaration
Swift
public let classic: Bool?
-
The unique identifier for the cluster to resize.
Declaration
Swift
public let clusterIdentifier: String
-
The new cluster type for the specified cluster.
Declaration
Swift
public let clusterType: String?
-
The new node type for the nodes you are adding. If not specified, the cluster’s current node type is used.
Declaration
Swift
public let nodeType: String?
-
The new number of nodes for the cluster. If not specified, the cluster’s current number of nodes is used.
Declaration
Swift
public let numberOfNodes: Int?
-
Undocumented
Declaration
Swift
public init(classic: Bool? = nil, clusterIdentifier: String, clusterType: String? = nil, nodeType: String? = nil, numberOfNodes: Int? = nil)