ListMilestonesInput

Input to list all milestones for a workload.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
NextToken object
MaxResults object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-list-milestones-input-schema.json Raw ↑
{
  "type": "object",
  "title": "ListMilestonesInput",
  "properties": {
    "NextToken": {
      "$ref": "#/components/schemas/NextToken"
    },
    "MaxResults": {
      "$ref": "#/components/schemas/MaxResults"
    }
  },
  "description": "Input to list all milestones for a workload.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-list-milestones-input-schema.json"
}