Package-level declarations
Types
Link copied to clipboard
data class BudgetArgs(val amount: Output<Double>? = null, val budgetName: Output<String>? = null, val category: Output<Either<String, CategoryType>>? = null, val eTag: Output<String>? = null, val filter: Output<BudgetFilterArgs>? = null, val notifications: Output<Map<String, NotificationArgs>>? = null, val scope: Output<String>? = null, val timeGrain: Output<Either<String, TimeGrainType>>? = null, val timePeriod: Output<BudgetTimePeriodArgs>? = null) : ConvertibleToJava<BudgetArgs>
A budget resource. API Version: 2019-10-01.
Link copied to clipboard
class BudgetArgsBuilder
Builder for BudgetArgs.
Link copied to clipboard
Link copied to clipboard
class BudgetResourceBuilder
Builder for Budget.
Link copied to clipboard
object ConsumptionFunctions