AWS Redshift · Schema

SupportedOperation

Describes the operations that are allowed on a maintenance track.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
OperationName object
View JSON Schema on GitHub

JSON Schema

redshift-supported-operation-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "OperationName": {}
  },
  "description": "Describes the operations that are allowed on a maintenance track.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-supported-operation-schema.json",
  "title": "SupportedOperation"
}