WorkloadId

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
View JSON Schema on GitHub

JSON Schema

well-architected-tool-workload-id-schema.json Raw ↑
{
  "type": "string",
  "pattern": "[0-9a-f]{32}",
  "description": "The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.",
  "minLength": 32,
  "maxLength": 32,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WorkloadId",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-workload-id-schema.json"
}