public static final class CfnAnomalySubscriptionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAnomalySubscriptionProps
CfnAnomalySubscriptionProps
CfnAnomalySubscriptionProps.Builder, CfnAnomalySubscriptionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getFrequency()
The frequency that anomaly reports are sent over email.
|
java.util.List<java.lang.String> |
getMonitorArnList()
A list of cost anomaly monitors.
|
java.lang.Object |
getResourceTags()
`AWS::CE::AnomalySubscription.ResourceTags`.
|
java.lang.Object |
getSubscribers()
A list of subscribers to notify.
|
java.lang.String |
getSubscriptionName()
The name for the subscription.
|
java.lang.Number |
getThreshold()
(deprecated).
|
java.lang.String |
getThresholdExpression()
`AWS::CE::AnomalySubscription.ThresholdExpression`.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getFrequency()
CfnAnomalySubscriptionProps
getFrequency
in interface CfnAnomalySubscriptionProps
public final java.util.List<java.lang.String> getMonitorArnList()
CfnAnomalySubscriptionProps
getMonitorArnList
in interface CfnAnomalySubscriptionProps
public final java.lang.Object getSubscribers()
CfnAnomalySubscriptionProps
getSubscribers
in interface CfnAnomalySubscriptionProps
public final java.lang.String getSubscriptionName()
CfnAnomalySubscriptionProps
getSubscriptionName
in interface CfnAnomalySubscriptionProps
public final java.lang.Object getResourceTags()
CfnAnomalySubscriptionProps
getResourceTags
in interface CfnAnomalySubscriptionProps
public final java.lang.Number getThreshold()
CfnAnomalySubscriptionProps
The dollar value that triggers a notification if the threshold is exceeded.
This field has been deprecated. To specify a threshold, use ThresholdExpression. Continued use of Threshold will be treated as shorthand syntax for a ThresholdExpression.
One of Threshold or ThresholdExpression is required for this resource.
getThreshold
in interface CfnAnomalySubscriptionProps
public final java.lang.String getThresholdExpression()
CfnAnomalySubscriptionProps
getThresholdExpression
in interface CfnAnomalySubscriptionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()