Amazon DynamoDB · Schema

Tag

CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

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

dynamodb-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Tag",
  "type": "object",
  "properties": {
    "Key": {
      "type": "string",
      "description": "The key of the tag"
    },
    "Value": {
      "type": "string",
      "description": "The value of the tag"
    }
  }
}