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