Budget Args
data class BudgetArgs(val allUpdatesRule: Output<GoogleCloudBillingBudgetsV1beta1AllUpdatesRuleArgs>? = null, val amount: Output<GoogleCloudBillingBudgetsV1beta1BudgetAmountArgs>? = null, val billingAccountId: Output<String>? = null, val budgetFilter: Output<GoogleCloudBillingBudgetsV1beta1FilterArgs>? = null, val displayName: Output<String>? = null, val etag: Output<String>? = null, val thresholdRules: Output<List<GoogleCloudBillingBudgetsV1beta1ThresholdRuleArgs>>? = 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
constructor(allUpdatesRule: Output<GoogleCloudBillingBudgetsV1beta1AllUpdatesRuleArgs>? = null, amount: Output<GoogleCloudBillingBudgetsV1beta1BudgetAmountArgs>? = null, billingAccountId: Output<String>? = null, budgetFilter: Output<GoogleCloudBillingBudgetsV1beta1FilterArgs>? = null, displayName: Output<String>? = null, etag: Output<String>? = null, thresholdRules: Output<List<GoogleCloudBillingBudgetsV1beta1ThresholdRuleArgs>>? = null)
Properties
Link copied to clipboard
Optional. Rules to apply to notifications sent based on budget spend and thresholds.
Link copied to clipboard
Budgeted amount.
Link copied to clipboard
Link copied to clipboard
Optional. Filters that define which resources are used to compute the actual spend against the budget amount, such as projects, services, and the budget's time period, as well as other filters.
Link copied to clipboard
User data for display name in UI. Validation: <= 60 chars.
Link copied to clipboard
Optional. Rules that trigger alerts (notifications of thresholds being crossed) when spend exceeds the specified percentages of the budget. Optional for pubsubTopic
notifications. Required if using email notifications.