Budget Time Period Args
data class BudgetTimePeriodArgs(val endDate: Output<String>? = null, val startDate: Output<String>) : ConvertibleToJava<BudgetTimePeriodArgs>
The time period that defines the active period of the budget. The budget will evaluate data on or after the startDate and will expire on the endDate. Supported for CategoryType(s): Cost, ReservationUtilization. Required for CategoryType(s): Cost, ReservationUtilization.