Class BillingBudgetThresholdRules.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getThresholdPercent

        public final Number getThresholdPercent()
        Description copied from interface: BillingBudgetThresholdRules
        Send an alert when this threshold is exceeded.

        This is a 1.0-based percentage, so 0.5 = 50%. Must be >= 0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#threshold_percent BillingBudget#threshold_percent}

        Specified by:
        getThresholdPercent in interface BillingBudgetThresholdRules
      • getSpendBasis

        public final String getSpendBasis()
        Description copied from interface: BillingBudgetThresholdRules
        The type of basis used to determine if spend has passed the threshold. Default value: "CURRENT_SPEND" Possible values: ["CURRENT_SPEND", "FORECASTED_SPEND"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#spend_basis BillingBudget#spend_basis}

        Specified by:
        getSpendBasis in interface BillingBudgetThresholdRules
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object