AWS Redshift · JSON Structure

Redshift Update Target Structure

A maintenance track that you can switch the current track to.

Type: object Properties: 3
AnalyticsBig DataCloud DatabaseData WarehouseSQL

UpdateTarget 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

MaintenanceTrackName DatabaseVersion SupportedOperations

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "MaintenanceTrackName": {},
    "DatabaseVersion": {},
    "SupportedOperations": {}
  },
  "description": "A maintenance track that you can switch the current track to.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-update-target-structure.json",
  "name": "UpdateTarget"
}