{ "$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-estimated-monthly-savings-structure.json", "name": "EstimatedMonthlySavings", "description": "

Describes the estimated monthly savings amount possible, based on On-Demand instance pricing, by adopting Compute Optimizer recommendations for a given resource.

For more information, see Estimated monthly savings and savings opportunities in the Compute Optimizer User Guide.

", "type": "object", "properties": { "currency": { "allOf": [ { "$ref": "#/components/schemas/Currency" }, { "description": "The currency of the estimated monthly savings." } ] }, "value": { "allOf": [ { "$ref": "#/components/schemas/Value" }, { "description": "The value of the estimated monthly savings." } ] } } }