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-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.budgets.CfnBudget.NotificationProperty
CfnBudget.NotificationProperty.Builder, CfnBudget.NotificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBudget.NotificationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe comparison that's used for this notification.final StringSpecifies whether the notification is for how much you have spent (ACTUAL) or for how much that you're forecasted to spend (FORECASTED).final NumberThe threshold that's associated with a notification.final StringThe type of threshold for a notification.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnBudget.NotificationProperty.Builder.
-
-
Method Details
-
getComparisonOperator
Description copied from interface:CfnBudget.NotificationPropertyThe comparison that's used for this notification.- Specified by:
getComparisonOperatorin interfaceCfnBudget.NotificationProperty- See Also:
-
getNotificationType
Description copied from interface:CfnBudget.NotificationPropertySpecifies whether the notification is for how much you have spent (ACTUAL) or for how much that you're forecasted to spend (FORECASTED).- Specified by:
getNotificationTypein interfaceCfnBudget.NotificationProperty- See Also:
-
getThreshold
Description copied from interface:CfnBudget.NotificationPropertyThe 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:
getThresholdin interfaceCfnBudget.NotificationProperty- See Also:
-
getThresholdType
Description copied from interface:CfnBudget.NotificationPropertyThe type of threshold for a notification.For
ABSOLUTE_VALUEthresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. ForPERCENTAGEthresholds, 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 aPERCENTAGEthreshold of 80%, AWS notifies you when you go over 160 dollars.- Specified by:
getThresholdTypein interfaceCfnBudget.NotificationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-