Budget Args
data class BudgetArgs(val amount: Output<GoogleCloudBillingBudgetsV1BudgetAmountArgs>? = null, val billingAccountId: Output<String>? = null, val budgetFilter: Output<GoogleCloudBillingBudgetsV1FilterArgs>? = null, val displayName: Output<String>? = null, val etag: Output<String>? = null, val notificationsRule: Output<GoogleCloudBillingBudgetsV1NotificationsRuleArgs>? = null, val thresholdRules: Output<List<GoogleCloudBillingBudgetsV1ThresholdRuleArgs>>? = null) : ConvertibleToJava<BudgetArgs>
Creates a new budget. See Quotas and limits for more information on the limits of the number of budgets you can create. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun BudgetArgs(amount: Output<GoogleCloudBillingBudgetsV1BudgetAmountArgs>? = null, billingAccountId: Output<String>? = null, budgetFilter: Output<GoogleCloudBillingBudgetsV1FilterArgs>? = null, displayName: Output<String>? = null, etag: Output<String>? = null, notificationsRule: Output<GoogleCloudBillingBudgetsV1NotificationsRuleArgs>? = null, thresholdRules: Output<List<GoogleCloudBillingBudgetsV1ThresholdRuleArgs>>? = null)