Amazon Well-Architected Tool · JSON Structure

Well Architected Tool List Workloads Input Structure

Input to list all workloads.

Type: object Properties: 3
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

WorkloadNamePrefix NextToken MaxResults

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ListWorkloadsInput",
  "properties": {
    "WorkloadNamePrefix": {
      "$ref": "#/components/schemas/WorkloadNamePrefix"
    },
    "NextToken": {
      "$ref": "#/components/schemas/NextToken"
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListWorkloadsMaxResults"
        },
        {
          "description": "The maximum number of results to return for this request."
        }
      ]
    }
  },
  "description": "Input to list all workloads.",
  "$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-list-workloads-input-structure.json"
}