customPeriod

@JvmName(name = "bmcbhrxwiftufqow")
suspend fun customPeriod(value: Output<BudgetBudgetFilterCustomPeriodArgs>)
@JvmName(name = "ldysnvewwqpcygar")
suspend fun customPeriod(value: BudgetBudgetFilterCustomPeriodArgs?)

Parameters

value

Specifies to track usage from any start date (required) to any end date (optional). This time period is static, it does not recur. Exactly one of calendar_period, custom_period must be provided. Structure is documented below.


@JvmName(name = "mhcrarcpfuvevhbt")
suspend fun customPeriod(argument: suspend BudgetBudgetFilterCustomPeriodArgsBuilder.() -> Unit)

Parameters

argument

Specifies to track usage from any start date (required) to any end date (optional). This time period is static, it does not recur. Exactly one of calendar_period, custom_period must be provided. Structure is documented below.