Show / Hide Table of Contents

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

Any warnings related to this metric.

Methods

ToMetricConfig()

Inspect the details of the metric object.

Properties

Warnings

Any warnings related to this metric.

virtual string[] Warnings { get; }
Property Value

System.String[]

Remarks

Should be attached to the consuming construct.

Default: - None

Methods

ToMetricConfig()

Inspect the details of the metric object.

IMetricConfig ToMetricConfig()
Returns

IMetricConfig

Back to top Generated by DocFX