Class BillingBudgetAmountOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.818Z")
    @Stability(Stable)
    public class BillingBudgetAmountOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • BillingBudgetAmountOutputReference

        protected BillingBudgetAmountOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • BillingBudgetAmountOutputReference

        protected BillingBudgetAmountOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • BillingBudgetAmountOutputReference

        @Stability(Stable)
        public BillingBudgetAmountOutputReference​(@NotNull
                                                  com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                  @NotNull
                                                  String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • putSpecifiedAmount

        @Stability(Stable)
        public void putSpecifiedAmount​(@NotNull
                                       BillingBudgetAmountSpecifiedAmount value)
        Parameters:
        value - This parameter is required.
      • resetLastPeriodAmount

        @Stability(Stable)
        public void resetLastPeriodAmount()
      • resetSpecifiedAmount

        @Stability(Stable)
        public void resetSpecifiedAmount()
      • getLastPeriodAmountInput

        @Stability(Stable)
        @Nullable
        public Object getLastPeriodAmountInput()
      • getLastPeriodAmount

        @Stability(Stable)
        @NotNull
        public Object getLastPeriodAmount()
      • setLastPeriodAmount

        @Stability(Stable)
        public void setLastPeriodAmount​(@NotNull
                                        Boolean value)
      • setLastPeriodAmount

        @Stability(Stable)
        public void setLastPeriodAmount​(@NotNull
                                        com.hashicorp.cdktf.IResolvable value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public BillingBudgetAmount getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     BillingBudgetAmount value)