WorkloadProfile

The profile associated with a workload.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
ProfileArn object
ProfileVersion object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-workload-profile-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "WorkloadProfile",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-workload-profile-schema.json"
}