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 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.ce.CfnAnomalyMonitorProps
CfnAnomalyMonitorProps.Builder, CfnAnomalyMonitorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$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 Summary
Modifier 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.final ObjectAWS::CE::AnomalyMonitor.ResourceTags.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 theCfnAnomalyMonitorProps.Builder.
-
-
Method Details
-
getMonitorName
Description copied from interface:CfnAnomalyMonitorPropsThe name of the monitor.- Specified by:
getMonitorNamein interfaceCfnAnomalyMonitorProps
-
getMonitorType
Description copied from interface:CfnAnomalyMonitorPropsThe possible type values.- Specified by:
getMonitorTypein interfaceCfnAnomalyMonitorProps
-
getMonitorDimension
Description copied from interface:CfnAnomalyMonitorPropsThe dimensions to evaluate.- Specified by:
getMonitorDimensionin interfaceCfnAnomalyMonitorProps
-
getMonitorSpecification
Description 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 interfaceCfnAnomalyMonitorProps
-
getResourceTags
Description copied from interface:CfnAnomalyMonitorPropsAWS::CE::AnomalyMonitor.ResourceTags.- Specified by:
getResourceTagsin interfaceCfnAnomalyMonitorProps
-
$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()
-