Show / Hide Table of Contents

Class BudgetThresholdRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BudgetThresholdRuleArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BudgetThresholdRuleArgs : ResourceArgs

Constructors

View Source

BudgetThresholdRuleArgs()

Declaration
public BudgetThresholdRuleArgs()

Properties

View Source

SpendBasis

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.