Interface BudgetsBudgetActionActionThreshold
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BudgetsBudgetActionActionThreshold.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.768Z") @Stability(Stable) public interface BudgetsBudgetActionActionThreshold extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBudgetsBudgetActionActionThreshold.BuilderA builder forBudgetsBudgetActionActionThresholdstatic classBudgetsBudgetActionActionThreshold.Jsii$ProxyAn implementation forBudgetsBudgetActionActionThreshold
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BudgetsBudgetActionActionThreshold.Builderbuilder()StringgetActionThresholdType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#action_threshold_type BudgetsBudgetAction#action_threshold_type}.NumbergetActionThresholdValue()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#action_threshold_value BudgetsBudgetAction#action_threshold_value}.
-
-
-
Method Detail
-
getActionThresholdType
@Stability(Stable) @NotNull String getActionThresholdType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#action_threshold_type BudgetsBudgetAction#action_threshold_type}.
-
getActionThresholdValue
@Stability(Stable) @NotNull Number getActionThresholdValue()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#action_threshold_value BudgetsBudgetAction#action_threshold_value}.
-
builder
@Stability(Stable) static BudgetsBudgetActionActionThreshold.Builder builder()
-
-