Class BillingBudgetBudgetFilterOutputReference

  • 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.821Z")
    @Stability(Stable)
    public class BillingBudgetBudgetFilterOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • BillingBudgetBudgetFilterOutputReference

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

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

        @Stability(Stable)
        public BillingBudgetBudgetFilterOutputReference​(@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

      • resetCalendarPeriod

        @Stability(Stable)
        public void resetCalendarPeriod()
      • resetCreditTypes

        @Stability(Stable)
        public void resetCreditTypes()
      • resetCreditTypesTreatment

        @Stability(Stable)
        public void resetCreditTypesTreatment()
      • resetCustomPeriod

        @Stability(Stable)
        public void resetCustomPeriod()
      • resetLabels

        @Stability(Stable)
        public void resetLabels()
      • resetProjects

        @Stability(Stable)
        public void resetProjects()
      • resetResourceAncestors

        @Stability(Stable)
        public void resetResourceAncestors()
      • resetServices

        @Stability(Stable)
        public void resetServices()
      • resetSubaccounts

        @Stability(Stable)
        public void resetSubaccounts()
      • getCalendarPeriodInput

        @Stability(Stable)
        @Nullable
        public String getCalendarPeriodInput()
      • getCreditTypesInput

        @Stability(Stable)
        @Nullable
        public List<String> getCreditTypesInput()
      • getCreditTypesTreatmentInput

        @Stability(Stable)
        @Nullable
        public String getCreditTypesTreatmentInput()
      • getLabelsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getLabelsInput()
      • getProjectsInput

        @Stability(Stable)
        @Nullable
        public List<String> getProjectsInput()
      • getResourceAncestorsInput

        @Stability(Stable)
        @Nullable
        public List<String> getResourceAncestorsInput()
      • getServicesInput

        @Stability(Stable)
        @Nullable
        public List<String> getServicesInput()
      • getSubaccountsInput

        @Stability(Stable)
        @Nullable
        public List<String> getSubaccountsInput()
      • getCalendarPeriod

        @Stability(Stable)
        @NotNull
        public String getCalendarPeriod()
      • setCalendarPeriod

        @Stability(Stable)
        public void setCalendarPeriod​(@NotNull
                                      String value)
      • getCreditTypes

        @Stability(Stable)
        @NotNull
        public List<String> getCreditTypes()
      • setCreditTypes

        @Stability(Stable)
        public void setCreditTypes​(@NotNull
                                   List<String> value)
      • getCreditTypesTreatment

        @Stability(Stable)
        @NotNull
        public String getCreditTypesTreatment()
      • setCreditTypesTreatment

        @Stability(Stable)
        public void setCreditTypesTreatment​(@NotNull
                                            String value)
      • getLabels

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getLabels()
      • setLabels

        @Stability(Stable)
        public void setLabels​(@NotNull
                              Map<String,​String> value)
      • getProjects

        @Stability(Stable)
        @NotNull
        public List<String> getProjects()
      • setProjects

        @Stability(Stable)
        public void setProjects​(@NotNull
                                List<String> value)
      • getResourceAncestors

        @Stability(Stable)
        @NotNull
        public List<String> getResourceAncestors()
      • setResourceAncestors

        @Stability(Stable)
        public void setResourceAncestors​(@NotNull
                                         List<String> value)
      • getServices

        @Stability(Stable)
        @NotNull
        public List<String> getServices()
      • setServices

        @Stability(Stable)
        public void setServices​(@NotNull
                                List<String> value)
      • getSubaccounts

        @Stability(Stable)
        @NotNull
        public List<String> getSubaccounts()
      • setSubaccounts

        @Stability(Stable)
        public void setSubaccounts​(@NotNull
                                   List<String> value)