Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Profile Arn Structure

ProfileArn schema from AWS Well-Architected Tool API

Type: string Properties: 0
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

ProfileArn 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",
  "pattern": "arn:aws[-a-z]*:wellarchitected:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:profile/[a-z0-9]+",
  "maxLength": 2084,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ProfileArn",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-profile-arn-structure.json",
  "description": "ProfileArn schema from AWS Well-Architected Tool API"
}