Amazon Compute Optimizer · JSON Structure

Compute Optimizer Lambda Function Memory Projected Metric Structure

Describes a projected utilization metric of an Lambda function recommendation option.

Type: object Properties: 3
Cost OptimizationFinOpsMachine LearningResource Recommendations

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

Properties

name statistic value

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-memory-projected-metric-structure.json",
  "name": "LambdaFunctionMemoryProjectedMetric",
  "description": "Describes a projected utilization metric of an Lambda function recommendation option.",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LambdaFunctionMemoryMetricName"
        },
        {
          "description": "The name of the projected utilization metric."
        }
      ]
    },
    "statistic": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LambdaFunctionMemoryMetricStatistic"
        },
        {
          "description": "The statistic of the projected utilization metric."
        }
      ]
    },
    "value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MetricValue"
        },
        {
          "description": "The values of the projected utilization metrics."
        }
      ]
    }
  }
}