Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Aws Region Structure

An Amazon Web Services Region, for example, us-west-2 or ap-northeast-1.

Type: string Properties: 0
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

AwsRegion is a JSON Structure definition published by Amazon Well-Architected Tool. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "string",
  "description": "An Amazon Web Services Region, for example, <code>us-west-2</code> or <code>ap-northeast-1</code>.",
  "maxLength": 100,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "AwsRegion",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-aws-region-structure.json"
}