ExternalMetricsPreference

Describes the external metrics preferences for EC2 rightsizing recommendations.

Cost OptimizationFinOpsMachine LearningResource Recommendations

Properties

Name Type Description
source object
View JSON Schema on GitHub

JSON Schema

compute-optimizer-external-metrics-preference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-schema/compute-optimizer-external-metrics-preference-schema.json",
  "title": "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. "
        }
      ]
    }
  }
}