Amazon Compute Optimizer · JSON Structure

Compute Optimizer Summary Structure

The summary of a recommendation.

Type: object Properties: 3
Cost OptimizationFinOpsMachine LearningResource Recommendations

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

Properties

name value reasonCodeSummaries

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-structure/compute-optimizer-summary-structure.json",
  "name": "Summary",
  "description": "The summary of a recommendation.",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Finding"
        },
        {
          "description": "The finding classification of the recommendation."
        }
      ]
    },
    "value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SummaryValue"
        },
        {
          "description": "The value of the recommendation summary."
        }
      ]
    },
    "reasonCodeSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReasonCodeSummaries"
        },
        {
          "description": "An array of objects that summarize a finding reason code."
        }
      ]
    }
  }
}