Class IMetric.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.IMetric.Jsii$Proxy
- All Implemented Interfaces:
IMetric
,IMetric.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IMetric
@Internal
public static final class IMetric.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IMetric.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.IMetric
IMetric.Jsii$Default, IMetric.Jsii$Proxy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAny warnings related to this metric.final MetricAlarmConfig
Deprecated.final MetricGraphConfig
Deprecated.UsetoMetricConfig()
instead.final MetricConfig
Inspect the details of the metric object.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getWarnings
Any warnings related to this metric.Should be attached to the consuming construct.
Default: - None
- Specified by:
getWarnings
in interfaceIMetric
- Specified by:
getWarnings
in interfaceIMetric.Jsii$Default
-
toAlarmConfig
Deprecated.UsetoMetricConfig()
instead.(deprecated) Turn this metric object into an alarm configuration.- Specified by:
toAlarmConfig
in interfaceIMetric
- Specified by:
toAlarmConfig
in interfaceIMetric.Jsii$Default
-
toGraphConfig
Deprecated.UsetoMetricConfig()
instead.(deprecated) Turn this metric object into a graph configuration.- Specified by:
toGraphConfig
in interfaceIMetric
- Specified by:
toGraphConfig
in interfaceIMetric.Jsii$Default
-
toMetricConfig
Inspect the details of the metric object.- Specified by:
toMetricConfig
in interfaceIMetric
- Specified by:
toMetricConfig
in interfaceIMetric.Jsii$Default
-
toMetricConfig()
instead.