ENUM

FinOpsTimePeriodEnum

The evaluation Time Period - this can be extended for additional time periods in the future Each period corresponds to a particular granularity and span of cost data being retrieved.

link GraphQL Schema definition

  • enum FinOpsTimePeriodEnum {
  • # one value per GMT calendar day for the last 7 days (T-7 to T-1)
  • LAST_7_DAYS
  • # one value for the current GMT calendar month
  • MONTH_TO_DATE
  • }