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
    • 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}