Class BillingBudgetAllUpdatesRuleOutputReference

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

      • BillingBudgetAllUpdatesRuleOutputReference

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

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

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

      • resetDisableDefaultIamRecipients

        @Stability(Stable)
        public void resetDisableDefaultIamRecipients()
      • resetEnableProjectLevelRecipients

        @Stability(Stable)
        public void resetEnableProjectLevelRecipients()
      • resetMonitoringNotificationChannels

        @Stability(Stable)
        public void resetMonitoringNotificationChannels()
      • resetPubsubTopic

        @Stability(Stable)
        public void resetPubsubTopic()
      • resetSchemaVersion

        @Stability(Stable)
        public void resetSchemaVersion()
      • getDisableDefaultIamRecipientsInput

        @Stability(Stable)
        @Nullable
        public Object getDisableDefaultIamRecipientsInput()
      • getEnableProjectLevelRecipientsInput

        @Stability(Stable)
        @Nullable
        public Object getEnableProjectLevelRecipientsInput()
      • getMonitoringNotificationChannelsInput

        @Stability(Stable)
        @Nullable
        public List<String> getMonitoringNotificationChannelsInput()
      • getPubsubTopicInput

        @Stability(Stable)
        @Nullable
        public String getPubsubTopicInput()
      • getSchemaVersionInput

        @Stability(Stable)
        @Nullable
        public String getSchemaVersionInput()
      • getDisableDefaultIamRecipients

        @Stability(Stable)
        @NotNull
        public Object getDisableDefaultIamRecipients()
      • setDisableDefaultIamRecipients

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

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

        @Stability(Stable)
        @NotNull
        public Object getEnableProjectLevelRecipients()
      • setEnableProjectLevelRecipients

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

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

        @Stability(Stable)
        @NotNull
        public List<String> getMonitoringNotificationChannels()
      • setMonitoringNotificationChannels

        @Stability(Stable)
        public void setMonitoringNotificationChannels​(@NotNull
                                                      List<String> value)
      • getPubsubTopic

        @Stability(Stable)
        @NotNull
        public String getPubsubTopic()
      • setPubsubTopic

        @Stability(Stable)
        public void setPubsubTopic​(@NotNull
                                   String value)
      • getSchemaVersion

        @Stability(Stable)
        @NotNull
        public String getSchemaVersion()
      • setSchemaVersion

        @Stability(Stable)
        public void setSchemaVersion​(@NotNull
                                     String value)