TagKey

TagKey schema from AWS Well-Architected Tool API

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
View JSON Schema on GitHub

JSON Schema

well-architected-tool-tag-key-schema.json Raw ↑
{
  "type": "string",
  "minLength": 1,
  "maxLength": 128,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagKey",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-tag-key-schema.json",
  "description": "TagKey schema from AWS Well-Architected Tool API"
}