AWS Redshift · JSON Structure

Redshift Source Type Structure

SourceType schema from Amazon Redshift

Type: string Properties: 0
AnalyticsBig DataCloud DatabaseData WarehouseSQL

SourceType 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": [
    "cluster",
    "cluster-parameter-group",
    "cluster-security-group",
    "cluster-snapshot",
    "scheduled-action"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-source-type-structure.json",
  "name": "SourceType",
  "description": "SourceType schema from Amazon Redshift"
}