Interface CloudCostManagementApiGetBudgetRequest

Hierarchy

  • CloudCostManagementApiGetBudgetRequest

Properties

actual?: boolean

When true, includes actual cost data in the response.

budgetId: string

Budget id.

end?: number

End of the cost window in milliseconds since epoch. Must be used together with start.

forecast?: boolean

When true, includes forecast cost data in the response, including ootb_forecast and custom_forecast per entry.

start?: number

Start of the cost window in milliseconds since epoch. Must be used together with end.

Generated using TypeDoc