AWS Redshift · Schema

CreateTagsMessage

Contains the output from the CreateTags action.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
ResourceName object
Tags object
View JSON Schema on GitHub

JSON Schema

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