InferredWorkloadTypesPreference

InferredWorkloadTypesPreference schema

Cost OptimizationFinOpsMachine LearningResource Recommendations
View JSON Schema on GitHub

JSON Schema

compute-optimizer-inferred-workload-types-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-inferred-workload-types-preference-schema.json",
  "title": "InferredWorkloadTypesPreference",
  "description": "InferredWorkloadTypesPreference schema",
  "type": "string",
  "enum": [
    "Active",
    "Inactive"
  ]
}