You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Redshift::Types::ResizeClusterMessageWhen passing ResizeClusterMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
cluster_identifier: "String", cluster_type: "String",
node_type: "String",
number_of_nodes: 1,
classic: false,
}
Describes a resize cluster operation. For example, a scheduled action to run the ResizeCluster
API operation.
Returned by:
Instance Attribute Summary collapseA boolean value indicating whether the resize operation is using the classic resize process.
The unique identifier for the cluster to resize.
The new cluster type for the specified cluster.
The new node type for the nodes you are adding.
The new number of nodes for the cluster.
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.
The unique identifier for the cluster to resize.
#cluster_type ⇒ StringThe new cluster type for the specified cluster.
#node_type ⇒ StringThe new node type for the nodes you are adding. If not specified, the cluster\'s current node type is used.
#number_of_nodes ⇒ IntegerThe new number of nodes for the cluster. If not specified, the cluster\'s current number of nodes is used.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4