Class BudgetAmountGetArgs
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 BudgetAmountGetArgs : ResourceArgs
Constructors
View SourceBudgetAmountGetArgs()
Declaration
public BudgetAmountGetArgs()
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<BudgetAmountSpecifiedAmountGetArgs> SpecifiedAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<BudgetAmountSpecifiedAmountGetArgs> |