AWS Redshift · Schema

Tag

A tag consisting of a name/value pair for a resource.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
Key object
Value object
View JSON Schema on GitHub

JSON Schema

redshift-tag-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Key": {},
    "Value": {}
  },
  "description": "A tag consisting of a name/value pair for a resource.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-tag-schema.json",
  "title": "Tag"
}