Class CfnAnomalyMonitorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ce.CfnAnomalyMonitorProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnAnomalyMonitorProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAnomalyMonitorProps
@Stability(Stable)
@Internal
public static final class CfnAnomalyMonitorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyMonitorProps
An implementation for 
CfnAnomalyMonitorProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ce.CfnAnomalyMonitorPropsCfnAnomalyMonitorProps.Builder, CfnAnomalyMonitorProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAnomalyMonitorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAnomalyMonitorProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe dimensions to evaluate.final StringThe name of the monitor.final StringThe array ofMonitorSpecificationin JSON array format.final StringThe possible type values.Tags to assign to monitor.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnAnomalyMonitorProps.Builder.
 
- 
- 
Method Details- 
getMonitorNameDescription copied from interface:CfnAnomalyMonitorPropsThe name of the monitor.- Specified by:
- getMonitorNamein interface- CfnAnomalyMonitorProps
- See Also:
 
- 
getMonitorTypeDescription copied from interface:CfnAnomalyMonitorPropsThe possible type values.- Specified by:
- getMonitorTypein interface- CfnAnomalyMonitorProps
- See Also:
 
- 
getMonitorDimensionDescription copied from interface:CfnAnomalyMonitorPropsThe dimensions to evaluate.- Specified by:
- getMonitorDimensionin interface- CfnAnomalyMonitorProps
- See Also:
 
- 
getMonitorSpecificationDescription copied from interface:CfnAnomalyMonitorPropsThe array ofMonitorSpecificationin JSON array format.For instance, you can use MonitorSpecificationto specify a tag, Cost Category, or linked account for your custom anomaly monitor. For further information, see the Examples section of this page.- Specified by:
- getMonitorSpecificationin interface- CfnAnomalyMonitorProps
- See Also:
 
- 
getResourceTagsDescription copied from interface:CfnAnomalyMonitorPropsTags to assign to monitor.- Specified by:
- getResourceTagsin interface- CfnAnomalyMonitorProps
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-