Amazon RDS · Schema

Tag

Describes a resource tag

Cloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational Databases

Properties

Name Type Description
key string The key of the tag
value string The value of the tag
View JSON Schema on GitHub

JSON Schema

amazon-rds-openapi-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-rds/refs/heads/main/json-schema/amazon-rds-openapi-tag-schema.json",
  "title": "Tag",
  "description": "Describes a resource tag",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "The key of the tag"
    },
    "value": {
      "type": "string",
      "description": "The value of the tag"
    }
  }
}