Class BudgetThresholdRuleGetArgs
Inherited Members
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BudgetThresholdRuleGetArgs : ResourceArgs
Constructors
View SourceBudgetThresholdRuleGetArgs()
Declaration
public BudgetThresholdRuleGetArgs()
Properties
View SourceSpendBasis
The type of basis used to determine if spend has passed the threshold.
Declaration
public Input<string> SpendBasis { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ThresholdPercent
Send an alert when this threshold is exceeded. This is a 1.0-based percentage, so 0.5 = 50%. Must be >= 0.
Declaration
public Input<double> ThresholdPercent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |