CalculatedSpend

The spend objects that are associated with this budget. The actualSpend tracks how much you've used, cost, usage, RI units, or Savings Plans units and the forecastedSpend tracks how much that you're predicted to spend based on your historical usage profile.

For example, if it's the 20th of the month and you have spent 50 dollars on Amazon EC2, your actualSpend is 50 USD, and your forecastedSpend is 75 USD.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The amount of cost, usage, RI units, or Savings Plans units that you used.

Link copied to clipboard

The amount of cost, usage, RI units, or Savings Plans units that you're forecasted to use.

Functions

Link copied to clipboard
inline fun copy(block: CalculatedSpend.Builder.() -> Unit = {}): CalculatedSpend
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String