Amazon Compute Optimizer · JSON Structure

Compute Optimizer Exportable Lambda Function Field Structure

ExportableLambdaFunctionField schema

Type: string Properties: 0
Cost OptimizationFinOpsMachine LearningResource Recommendations

ExportableLambdaFunctionField 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-exportable-lambda-function-field-structure.json",
  "name": "ExportableLambdaFunctionField",
  "description": "ExportableLambdaFunctionField schema",
  "type": "string",
  "enum": [
    "AccountId",
    "FunctionArn",
    "FunctionVersion",
    "Finding",
    "FindingReasonCodes",
    "NumberOfInvocations",
    "UtilizationMetricsDurationMaximum",
    "UtilizationMetricsDurationAverage",
    "UtilizationMetricsMemoryMaximum",
    "UtilizationMetricsMemoryAverage",
    "LookbackPeriodInDays",
    "CurrentConfigurationMemorySize",
    "CurrentConfigurationTimeout",
    "CurrentCostTotal",
    "CurrentCostAverage",
    "RecommendationOptionsConfigurationMemorySize",
    "RecommendationOptionsCostLow",
    "RecommendationOptionsCostHigh",
    "RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound",
    "RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound",
    "RecommendationOptionsProjectedUtilizationMetricsDurationExpected",
    "LastRefreshTimestamp",
    "CurrentPerformanceRisk",
    "RecommendationOptionsSavingsOpportunityPercentage",
    "RecommendationOptionsEstimatedMonthlySavingsCurrency",
    "RecommendationOptionsEstimatedMonthlySavingsValue",
    "Tags"
  ]
}