Amazon RDS · JSON Structure

Amazon Rds Openapi Tag Structure

Describes a resource tag

Type: object Properties: 2
Cloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational Databases

Tag is a JSON Structure definition published by Amazon RDS, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

key value

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-rds/refs/heads/main/json-structure/amazon-rds-openapi-tag-structure.json",
  "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"
    }
  },
  "name": "Tag"
}