Amazon Well-Architected Tool · JSON Structure

Well Architected Tool List Milestones Input Structure

Input to list all milestones for a workload.

Type: object Properties: 2
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

ListMilestonesInput 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

NextToken MaxResults

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ListMilestonesInput",
  "properties": {
    "NextToken": {
      "$ref": "#/components/schemas/NextToken"
    },
    "MaxResults": {
      "$ref": "#/components/schemas/MaxResults"
    }
  },
  "description": "Input to list all milestones for a 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-list-milestones-input-structure.json"
}