Vantage · Schema

BudgetAlertInput

BudgetsCloud PricingCost ManagementCostsFinOps

Properties

Name Type Description
cost_report_token string The token of the Cost Report to set the budget for.
budget string The budget amount.
period string The budget period (e.g., monthly).
View JSON Schema on GitHub

JSON Schema

vantage-cost-management-budget-alert-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BudgetAlertInput",
  "type": "object",
  "properties": {
    "cost_report_token": {
      "type": "string",
      "description": "The token of the Cost Report to set the budget for."
    },
    "budget": {
      "type": "string",
      "description": "The budget amount."
    },
    "period": {
      "type": "string",
      "description": "The budget period (e.g., monthly)."
    }
  }
}