Budget Time Period Args
data class BudgetTimePeriodArgs(val endDate: Output<String>? = null, val startDate: Output<String>) : ConvertibleToJava<BudgetTimePeriodArgs>
The start and end date for a budget.
The start and end date for a budget.