AWS Redshift · JSON Structure

Redshift Resume Cluster Message Structure

Describes a resume cluster operation. For example, a scheduled action to run the ResumeCluster API operation.

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

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

Properties

ClusterIdentifier

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterIdentifier": {}
  },
  "required": [
    "ClusterIdentifier"
  ],
  "description": "Describes a resume cluster operation. For example, a scheduled action to run the <code>ResumeCluster</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-resume-cluster-message-structure.json",
  "name": "ResumeClusterMessage"
}