AWS Redshift · JSON Structure

Redshift Resize Cluster Message Structure

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

Type: object Properties: 7 Required: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ResizeClusterMessage is a JSON Structure definition published by AWS Redshift, describing 7 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ClusterIdentifier ClusterType NodeType NumberOfNodes Classic ReservedNodeId TargetReservedNodeOfferingId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterIdentifier": {},
    "ClusterType": {},
    "NodeType": {},
    "NumberOfNodes": {},
    "Classic": {},
    "ReservedNodeId": {},
    "TargetReservedNodeOfferingId": {}
  },
  "required": [
    "ClusterIdentifier"
  ],
  "description": "Describes a resize cluster operation. For example, a scheduled action to run the <code>ResizeCluster</code> API operation. ",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-resize-cluster-message-structure.json",
  "name": "ResizeClusterMessage"
}