Interface IMetric.Jsii$Default

All Superinterfaces:
IMetric, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IMetric.Jsii$Proxy
Enclosing interface:
IMetric

@Internal public static interface IMetric.Jsii$Default extends IMetric
Internal default implementation for IMetric.
  • Method Details

    • getWarnings

      @Stability(Deprecated) @Deprecated @Nullable default List<String> getWarnings()
      Deprecated.
      • use warningsV2
      (deprecated) Any warnings related to this metric.

      Should be attached to the consuming construct.

      Default: - None

      Specified by:
      getWarnings in interface IMetric
    • getWarningsV2

      @Stability(Stable) @Nullable default Map<String,String> getWarningsV2()
      Any warnings related to this metric.

      Should be attached to the consuming construct.

      Default: - None

      Specified by:
      getWarningsV2 in interface IMetric
    • toMetricConfig

      @Stability(Stable) @NotNull default MetricConfig toMetricConfig()
      Inspect the details of the metric object.
      Specified by:
      toMetricConfig in interface IMetric