{ "$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-effective-recommendation-preferences-schema.json", "title": "EffectiveRecommendationPreferences", "description": "Describes the effective recommendation preferences for a resource.", "type": "object", "properties": { "cpuVendorArchitectures": { "allOf": [ { "$ref": "#/components/schemas/CpuVendorArchitectures" }, { "description": "

Describes the CPU vendor and architecture for an instance or Auto Scaling group recommendations.

For example, when you specify AWS_ARM64 with:

" } ] }, "enhancedInfrastructureMetrics": { "allOf": [ { "$ref": "#/components/schemas/EnhancedInfrastructureMetrics" }, { "description": "

Describes the activation status of the enhanced infrastructure metrics preference.

A status of Active confirms that the preference is applied in the latest recommendation refresh, and a status of Inactive confirms that it's not yet applied to recommendations.

For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

" } ] }, "inferredWorkloadTypes": { "allOf": [ { "$ref": "#/components/schemas/InferredWorkloadTypesPreference" }, { "description": "

Describes the activation status of the inferred workload types preference.

A status of Active confirms that the preference is applied in the latest recommendation refresh. A status of Inactive confirms that it's not yet applied to recommendations.

" } ] }, "externalMetricsPreference": { "allOf": [ { "$ref": "#/components/schemas/ExternalMetricsPreference" }, { "description": "

An object that describes the external metrics recommendation preference.

If the preference is applied in the latest recommendation refresh, an object with a valid source value appears in the response. If the preference isn't applied to the recommendations already, then this object doesn't appear in the response.

" } ] } } }