AwsAccountId

An Amazon Web Services account ID.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
View JSON Schema on GitHub

JSON Schema

well-architected-tool-aws-account-id-schema.json Raw ↑
{
  "type": "string",
  "pattern": "[0-9]{12}",
  "description": "An Amazon Web Services account ID.",
  "minLength": 12,
  "maxLength": 12,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AwsAccountId",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-aws-account-id-schema.json"
}