AWS Redshift · Schema

DeleteTagsMessage

Contains the output from the DeleteTags action.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

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

JSON Schema

redshift-delete-tags-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ResourceName": {},
    "TagKeys": {}
  },
  "required": [
    "ResourceName",
    "TagKeys"
  ],
  "description": "Contains the output from the <code>DeleteTags</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-delete-tags-message-schema.json",
  "title": "DeleteTagsMessage"
}