Amazon Compute Optimizer · JSON Structure

Compute Optimizer Get Effective Recommendation Preferences Request Structure

GetEffectiveRecommendationPreferencesRequest schema

Type: object Properties: 1 Required: 1
Cost OptimizationFinOpsMachine LearningResource Recommendations

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

Properties

resourceArn

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-get-effective-recommendation-preferences-request-structure.json",
  "name": "GetEffectiveRecommendationPreferencesRequest",
  "description": "GetEffectiveRecommendationPreferencesRequest schema",
  "type": "object",
  "properties": {
    "resourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the resource for which to confirm effective recommendation preferences. Only EC2 instance and Auto Scaling group ARNs are currently supported."
        }
      ]
    }
  },
  "required": [
    "resourceArn"
  ]
}