Class BudgetAmountArgs
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 BudgetAmountArgs : ResourceArgs
Constructors
View SourceBudgetAmountArgs()
Declaration
public BudgetAmountArgs()
Properties
View SourceSpecifiedAmount
A specified amount to use as the budget. currencyCode is optional. If specified, it must match the currency of the billing account. The currencyCode is provided on output. Structure is documented below.
Declaration
public Input<BudgetAmountSpecifiedAmountArgs> SpecifiedAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<BudgetAmountSpecifiedAmountArgs> |