AWS::Redshift::ScheduledAction ResizeClusterMessage - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Redshift::ScheduledAction ResizeClusterMessage

Describes a resize cluster operation. For example, a scheduled action to run the ResizeCluster API operation.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Classic" : Boolean, "ClusterIdentifier" : String, "ClusterType" : String, "NodeType" : String, "NumberOfNodes" : Integer }

YAML

Classic: Boolean ClusterIdentifier: String ClusterType: String NodeType: String NumberOfNodes: Integer

Properties

Classic

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.

Required: No

Type: Boolean

Update requires: No interruption

ClusterIdentifier

The unique identifier for the cluster to resize.

Required: Yes

Type: String

Maximum: 2147483647

Update requires: No interruption

ClusterType

The new cluster type for the specified cluster.

Required: No

Type: String

Maximum: 2147483647

Update requires: No interruption

NodeType

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

Required: No

Type: String

Maximum: 2147483647

Update requires: No interruption

NumberOfNodes

The new number of nodes for the cluster. If not specified, the cluster's current number of nodes is used.

Required: No

Type: Integer

Update requires: No interruption