Amazon Well-Architected Tool · JSON Structure

Well Architected Tool List Profiles Output Structure

ListProfilesOutput schema from AWS Well-Architected Tool API

Type: object Properties: 2
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

ListProfilesOutput 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

ProfileSummaries NextToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ProfileSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProfileSummaries"
        },
        {
          "description": "Profile summaries."
        }
      ]
    },
    "NextToken": {
      "$ref": "#/components/schemas/NextToken"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ListProfilesOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-list-profiles-output-structure.json",
  "description": "ListProfilesOutput schema from AWS Well-Architected Tool API"
}