Amazon Compute Optimizer · JSON Structure

Compute Optimizer Lambda Function Recommendation Finding Reason Code Structure

LambdaFunctionRecommendationFindingReasonCode schema

Type: string Properties: 0
Cost OptimizationFinOpsMachine LearningResource Recommendations

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

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-lambda-function-recommendation-finding-reason-code-structure.json",
  "name": "LambdaFunctionRecommendationFindingReasonCode",
  "description": "LambdaFunctionRecommendationFindingReasonCode schema",
  "type": "string",
  "enum": [
    "MemoryOverprovisioned",
    "MemoryUnderprovisioned",
    "InsufficientData",
    "Inconclusive"
  ]
}