Interface IMetric.Jsii$Default
- All Superinterfaces:
IMetric
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IMetric.Jsii$Proxy
- Enclosing interface:
IMetric
Internal default implementation for
IMetric
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.IMetric
IMetric.Jsii$Default, IMetric.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.use warningsV2Any warnings related to this metric.default MetricConfig
Inspect the details of the metric object.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getWarnings
Deprecated.- use warningsV2
(deprecated) Any warnings related to this metric.Should be attached to the consuming construct.
Default: - None
- Specified by:
getWarnings
in interfaceIMetric
-
getWarningsV2
Any warnings related to this metric.Should be attached to the consuming construct.
Default: - None
- Specified by:
getWarningsV2
in interfaceIMetric
-
toMetricConfig
Inspect the details of the metric object.- Specified by:
toMetricConfig
in interfaceIMetric
-