AWS Redshift · JSON Structure

Redshift Supported Operation Structure

Describes the operations that are allowed on a maintenance track.

Type: object Properties: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

OperationName

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

JSON Structure

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