Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Associate Profiles Input Structure

AssociateProfilesInput schema from AWS Well-Architected Tool API

Type: object Properties: 1 Required: 1
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

AssociateProfilesInput is a JSON Structure definition published by Amazon Well-Architected Tool, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ProfileArns

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "ProfileArns"
  ],
  "name": "AssociateProfilesInput",
  "properties": {
    "ProfileArns": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProfileArns"
        },
        {
          "description": "The list of profile ARNs to associate with the workload."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-associate-profiles-input-structure.json",
  "description": "AssociateProfilesInput schema from AWS Well-Architected Tool API"
}