BudgetTimePeriodArgs

data class BudgetTimePeriodArgs(val endDate: Output<String>? = null, val startDate: Output<String>) : ConvertibleToJava<BudgetTimePeriodArgs>

The start and end date for a budget.

Constructors

Link copied to clipboard
constructor(endDate: Output<String>? = null, startDate: Output<String>)

Properties

Link copied to clipboard
val endDate: Output<String>? = null

The end date for the budget. If not provided, we default this to 10 years from the start date.

Link copied to clipboard
val startDate: Output<String>

The start date for the budget.

Functions

Link copied to clipboard
open override fun toJava(): BudgetTimePeriodArgs