Amazon MemoryDB · Schema

Tag

A tag that can be added to an MemoryDB resource.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Key string The key for the tag.
Value string The tag's value.
View JSON Schema on GitHub

JSON Schema

memorydb-api-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-memorydb/refs/heads/main/json-schema/memorydb-api-tag-schema.json",
  "title": "Tag",
  "description": "A tag that can be added to an MemoryDB resource.",
  "type": "object",
  "properties": {
    "Key": {
      "description": "The key for the tag.",
      "type": "string"
    },
    "Value": {
      "description": "The tag's value.",
      "type": "string"
    }
  }
}