timePeriod

@JvmName(name = "bmkpdqeqfvwvwpel")
suspend fun timePeriod(value: Output<BudgetTimePeriodArgs>)
@JvmName(name = "ufnuhoqsepppdqef")
suspend fun timePeriod(value: BudgetTimePeriodArgs?)

Parameters

value

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.


@JvmName(name = "xfvxgfyqutccxgcd")
suspend fun timePeriod(argument: suspend BudgetTimePeriodArgsBuilder.() -> Unit)

Parameters

argument

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.