A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Redshift/Types/ResizeClusterMessage.html below:

ResizeClusterMessage — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Redshift::Types::ResizeClusterMessage
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 collapse Instance Attribute Details #classic ⇒ Boolean

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.

#cluster_identifier ⇒ String

The unique identifier for the cluster to resize.

#cluster_type ⇒ String

The new cluster type for the specified cluster.

#node_type ⇒ String

The new node type for the nodes you are adding. If not specified, the cluster\'s current node type is used.

#number_of_nodes ⇒ Integer

The 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