AWS Redshift · Schema

UpdateTarget

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

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
MaintenanceTrackName object
DatabaseVersion object
SupportedOperations object
View JSON Schema on GitHub

JSON Schema

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