Interface IMetric
Interface for metrics.
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMetric
Syntax (vb)
Public Interface IMetric
Synopsis
Properties
| Warnings | (deprecated) Any warnings related to this metric. |
| WarningsV2 | Any warnings related to this metric. |
Methods
| ToMetricConfig() | Inspect the details of the metric object. |
Properties
Warnings
(deprecated) Any warnings related to this metric.
[Obsolete("- use warningsV2")]
string[]? Warnings { get; }
Property Value
string[]
Remarks
Should be attached to the consuming construct.
Default: - None
Stability: Deprecated
WarningsV2
Any warnings related to this metric.
IDictionary<string, string>? WarningsV2 { get; }
Property Value
Remarks
Should be attached to the consuming construct.
Default: - None