AWS Redshift · JSON Structure

Redshift Tag Structure

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

Type: object Properties: 2
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

Key Value

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

JSON Structure

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