AWS Redshift · JSON Structure

Redshift Scheduled Action Type Values Structure

ScheduledActionTypeValues schema from Amazon Redshift

Type: string Properties: 0
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

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

JSON Structure

Raw ↑
{
  "type": "string",
  "enum": [
    "ResizeCluster",
    "PauseCluster",
    "ResumeCluster"
  ],
  "$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-values-structure.json",
  "name": "ScheduledActionTypeValues",
  "description": "ScheduledActionTypeValues schema from Amazon Redshift"
}