AWS Redshift · JSON Structure

Redshift Create Tags Message Structure

Contains the output from the CreateTags action.

Type: object Properties: 2 Required: 2
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

ResourceName Tags

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ResourceName": {},
    "Tags": {}
  },
  "required": [
    "ResourceName",
    "Tags"
  ],
  "description": "Contains the output from the <code>CreateTags</code> action. ",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-create-tags-message-structure.json",
  "name": "CreateTagsMessage"
}