AWS Redshift · JSON Structure

Redshift Tagged Resource Structure

A tag and its associated resource.

Type: object Properties: 3
AnalyticsBig DataCloud DatabaseData WarehouseSQL

TaggedResource 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

Tag ResourceName ResourceType

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Tag": {},
    "ResourceName": {},
    "ResourceType": {}
  },
  "description": "A tag and its associated resource.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-tagged-resource-structure.json",
  "name": "TaggedResource"
}