Show / Hide Table of Contents

Class BudgetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BudgetArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Billing
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BudgetArgs : ResourceArgs

Constructors

View Source

BudgetArgs()

Declaration
public BudgetArgs()

Properties

View Source

AllUpdatesRule

Defines notifications that are sent on every update to the billing account's spend, regardless of the thresholds defined using threshold rules. Structure is documented below.

Declaration
public Input<BudgetAllUpdatesRuleArgs> AllUpdatesRule { get; set; }
Property Value
Type Description
Input<BudgetAllUpdatesRuleArgs>
View Source

Amount

The budgeted amount for each usage period. Structure is documented below.

Declaration
public Input<BudgetAmountArgs> Amount { get; set; }
Property Value
Type Description
Input<BudgetAmountArgs>
View Source

BillingAccount

ID of the billing account to set a budget on.

Declaration
public Input<string> BillingAccount { get; set; }
Property Value
Type Description
Input<System.String>
View Source

BudgetFilter

Filters that define which resources are used to compute the actual spend against the budget. Structure is documented below.

Declaration
public Input<BudgetBudgetFilterArgs> BudgetFilter { get; set; }
Property Value
Type Description
Input<BudgetBudgetFilterArgs>
View Source

DisplayName

User data for display name in UI. Must be <= 60 chars.

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ThresholdRules

Rules that trigger alerts (notifications of thresholds being crossed) when spend exceeds the specified percentages of the budget. Structure is documented below.

Declaration
public InputList<BudgetThresholdRuleArgs> ThresholdRules { get; set; }
Property Value
Type Description
InputList<BudgetThresholdRuleArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.