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.InitializationModeNested 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 MetricAlarmConfigDeprecated.final MetricGraphConfigDeprecated.UsetoMetricConfig()instead.final MetricConfigInspect 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, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getWarningsin interfaceIMetric- Specified by:
getWarningsin interfaceIMetric.Jsii$Default
-
toAlarmConfig
Deprecated.UsetoMetricConfig()instead.(deprecated) Turn this metric object into an alarm configuration.- Specified by:
toAlarmConfigin interfaceIMetric- Specified by:
toAlarmConfigin interfaceIMetric.Jsii$Default
-
toGraphConfig
Deprecated.UsetoMetricConfig()instead.(deprecated) Turn this metric object into a graph configuration.- Specified by:
toGraphConfigin interfaceIMetric- Specified by:
toGraphConfigin interfaceIMetric.Jsii$Default
-
toMetricConfig
Inspect the details of the metric object.- Specified by:
toMetricConfigin interfaceIMetric- Specified by:
toMetricConfigin interfaceIMetric.Jsii$Default
-
toMetricConfig()instead.