Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Workload Profile Structure

The profile associated with a workload.

Type: object Properties: 2
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

ProfileArn ProfileVersion

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ProfileArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProfileArn"
        },
        {
          "description": "The profile ARN."
        }
      ]
    },
    "ProfileVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProfileVersion"
        },
        {
          "description": "The profile version."
        }
      ]
    }
  },
  "description": "The profile associated with a workload.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "WorkloadProfile",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-workload-profile-structure.json"
}