Interface BillingBudgetThresholdRules
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BillingBudgetThresholdRules.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.822Z") @Stability(Stable) public interface BillingBudgetThresholdRules extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBillingBudgetThresholdRules.BuilderA builder forBillingBudgetThresholdRulesstatic classBillingBudgetThresholdRules.Jsii$ProxyAn implementation forBillingBudgetThresholdRules
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BillingBudgetThresholdRules.Builderbuilder()default StringgetSpendBasis()The type of basis used to determine if spend has passed the threshold.NumbergetThresholdPercent()Send an alert when this threshold is exceeded.
-
-
-
Method Detail
-
getThresholdPercent
@Stability(Stable) @NotNull Number getThresholdPercent()
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}
-
getSpendBasis
@Stability(Stable) @Nullable default String getSpendBasis()
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}
-
builder
@Stability(Stable) static BillingBudgetThresholdRules.Builder builder()
-
-