WorkloadNonAwsRegions

The list of non-Amazon Web Services Regions associated with the workload.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
View JSON Schema on GitHub

JSON Schema

well-architected-tool-workload-non-aws-regions-schema.json Raw ↑
{
  "type": "array",
  "description": " The list of non-Amazon Web Services Regions associated with the workload.",
  "items": {
    "$ref": "#/components/schemas/WorkloadNonAwsRegion"
  },
  "maxItems": 5,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WorkloadNonAwsRegions",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-workload-non-aws-regions-schema.json"
}