Class CfnBudget.NotificationProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.budgets.CfnBudget.NotificationProperty.Jsii$Proxy
All Implemented Interfaces:
CfnBudget.NotificationProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnBudget.NotificationProperty

@Stability(Stable) @Internal public static final class CfnBudget.NotificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBudget.NotificationProperty
An implementation for CfnBudget.NotificationProperty
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnBudget.NotificationProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnBudget.NotificationProperty.Builder.
  • Method Details

    • getComparisonOperator

      public final String getComparisonOperator()
      Description copied from interface: CfnBudget.NotificationProperty
      The comparison that's used for this notification.
      Specified by:
      getComparisonOperator in interface CfnBudget.NotificationProperty
    • getNotificationType

      public final String getNotificationType()
      Description copied from interface: CfnBudget.NotificationProperty
      Specifies whether the notification is for how much you have spent ( ACTUAL ) or for how much that you're forecasted to spend ( FORECASTED ).
      Specified by:
      getNotificationType in interface CfnBudget.NotificationProperty
    • getThreshold

      public final Number getThreshold()
      Description copied from interface: CfnBudget.NotificationProperty
      The threshold that's associated with a notification.

      Thresholds are always a percentage, and many customers find value being alerted between 50% - 200% of the budgeted amount. The maximum limit for your threshold is 1,000,000% above the budgeted amount.

      Specified by:
      getThreshold in interface CfnBudget.NotificationProperty
    • getThresholdType

      public final String getThresholdType()
      Description copied from interface: CfnBudget.NotificationProperty
      The type of threshold for a notification.

      For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

      Specified by:
      getThresholdType in interface CfnBudget.NotificationProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object