Amazon Compute Optimizer · JSON Structure

Compute Optimizer Recommendation Source Structure

Describes the source of a recommendation, such as an Amazon EC2 instance or Auto Scaling group.

Type: object Properties: 2
Cost OptimizationFinOpsMachine LearningResource Recommendations

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

Properties

recommendationSourceArn recommendationSourceType

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-recommendation-source-structure.json",
  "name": "RecommendationSource",
  "description": "Describes the source of a recommendation, such as an Amazon EC2 instance or Auto Scaling group.",
  "type": "object",
  "properties": {
    "recommendationSourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecommendationSourceArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the recommendation source."
        }
      ]
    },
    "recommendationSourceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecommendationSourceType"
        },
        {
          "description": "The resource type of the recommendation source."
        }
      ]
    }
  }
}