@Stability(value=Stable) @Internal public static final class CfnBudget.NotificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBudget.NotificationProperty
CfnBudget.NotificationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnBudget.NotificationProperty.Builder, CfnBudget.NotificationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnBudget.NotificationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnBudget.BudgetDataProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getComparisonOperator()
The comparison that's used for this notification.
|
String |
getNotificationType()
Specifies whether the notification is for how much you have spent ( `ACTUAL` ) or for how much that you're forecasted to spend ( `FORECASTED` ).
|
Number |
getThreshold()
The threshold that's associated with a notification.
|
String |
getThresholdType()
The type of threshold for a notification.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnBudget.NotificationProperty.Builder builder)
CfnBudget.BudgetDataProperty.Builder.public final String getComparisonOperator()
CfnBudget.NotificationPropertygetComparisonOperator in interface CfnBudget.NotificationPropertypublic final String getNotificationType()
CfnBudget.NotificationPropertygetNotificationType in interface CfnBudget.NotificationPropertypublic final Number getThreshold()
CfnBudget.NotificationPropertyThresholds 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.
getThreshold in interface CfnBudget.NotificationPropertypublic final String getThresholdType()
CfnBudget.NotificationProperty
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.
getThresholdType in interface CfnBudget.NotificationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.