WorkloadReviewOwner

The review owner of the workload. The name, email address, or identifier for the primary group or individual that owns the workload review process.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
View JSON Schema on GitHub

JSON Schema

well-architected-tool-workload-review-owner-schema.json Raw ↑
{
  "type": "string",
  "description": "The review owner of the workload. The name, email address, or identifier for the primary group or individual that owns the workload review process.",
  "minLength": 3,
  "maxLength": 255,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WorkloadReviewOwner",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-workload-review-owner-schema.json"
}