BudgetTimePeriodArgs

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.

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.

Link copied to clipboard
val startDate: Output<String>

The start date for the budget.

Functions

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