Interface BillingBudgetAmount
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BillingBudgetAmount.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.817Z") @Stability(Stable) public interface BillingBudgetAmount extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBillingBudgetAmount.BuilderA builder forBillingBudgetAmountstatic classBillingBudgetAmount.Jsii$ProxyAn implementation forBillingBudgetAmount
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BillingBudgetAmount.Builderbuilder()default ObjectgetLastPeriodAmount()Configures a budget amount that is automatically set to 100% of last period's spend.default BillingBudgetAmountSpecifiedAmountgetSpecifiedAmount()specified_amount block.
-
-
-
Method Detail
-
getLastPeriodAmount
@Stability(Stable) @Nullable default Object getLastPeriodAmount()
Configures a budget amount that is automatically set to 100% of last period's spend.Boolean. Set value to true to use. Do not set to false, instead use the 'specified_amount' block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#last_period_amount BillingBudget#last_period_amount}
-
getSpecifiedAmount
@Stability(Stable) @Nullable default BillingBudgetAmountSpecifiedAmount getSpecifiedAmount()
specified_amount block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#specified_amount BillingBudget#specified_amount}
-
builder
@Stability(Stable) static BillingBudgetAmount.Builder builder()
- Returns:
- a
BillingBudgetAmount.BuilderofBillingBudgetAmount
-
-