Amazon Compute Optimizer · JSON Structure

Compute Optimizer External Metrics Preference Structure

Describes the external metrics preferences for EC2 rightsizing recommendations.

Type: object Properties: 1
Cost OptimizationFinOpsMachine LearningResource Recommendations

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

Properties

source

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-external-metrics-preference-structure.json",
  "name": "ExternalMetricsPreference",
  "description": " Describes the external metrics preferences for EC2 rightsizing recommendations. ",
  "type": "object",
  "properties": {
    "source": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExternalMetricsSource"
        },
        {
          "description": " Contains the source options for external metrics preferences. "
        }
      ]
    }
  }
}