Amazon MemoryDB · JSON Structure

Memorydb Api Tag Structure

A tag that can be added to an MemoryDB resource.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

Tag is a JSON Structure definition published by Amazon MemoryDB, 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-memorydb/refs/heads/main/json-structure/memorydb-api-tag-structure.json",
  "name": "Tag",
  "type": "object",
  "description": "A tag that can be added to an MemoryDB resource.",
  "properties": {
    "Key": {
      "type": "string",
      "description": "The key for the tag."
    },
    "Value": {
      "type": "string",
      "description": "The tag's value."
    }
  }
}