AWS Redshift · JSON Structure

Redshift Scheduled Action Type Structure

The action type that specifies an Amazon Redshift API operation that is supported by the Amazon Redshift scheduler.

Type: object Properties: 3
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ScheduledActionType is a JSON Structure definition published by AWS Redshift, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ResizeCluster PauseCluster ResumeCluster

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ResizeCluster": {},
    "PauseCluster": {},
    "ResumeCluster": {}
  },
  "description": "The action type that specifies an Amazon Redshift API operation that is supported by the Amazon Redshift scheduler. ",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-scheduled-action-type-structure.json",
  "name": "ScheduledActionType"
}